Closed trex closed 4 years ago
Email service is configured using SendGrid. The integration point is in FusionAuth. I configured FusionAuth to send email verification emails and password resets for development and production environments.
When we need to send emails to users, we can create an email template in FusionAuth, then call the FusionAuth mail send API with the desired email template id. We can pass in any variables the template needs (username, name, comment bodies, etc.).