codefordenver / hawthorn-client

Hawthorn is based on the concept of affinity groups, a group of individuals who come together around a shared experience, interest or common goal. With Hawthorn affinity groups, you are free to start or join conversations and share useful resources with people in your community.
http://hawth.org
Apache License 2.0
2 stars 1 forks source link

Setup email ISP #69

Closed trex closed 4 years ago

trex commented 4 years ago
trex commented 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.).