micro / services

Real World Micro Services
Apache License 2.0
1.27k stars 139 forks source link

Todo: replace sendgrid-go with Email Service in User service #328

Open h1z3y3 opened 2 years ago

h1z3y3 commented 2 years ago

User service uses package github.com/sendgrid/sendgrid-go to send email. But there is Email Service which can replace sendgrid-go;

https://github.com/micro/services/blob/ff49510a73c48620e6ce4e59f2babf26dd7d7f64/user/domain/domain.go#L81-L98