mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
616 B
616 B
SendGrid Adapter
SendGrid is an email delivery service with a generous free tier, which is more than enough for Fredy.
Setup:
- Create a SendGrid account: https://sendgrid.com/
- Decide which email address Fredy should send from (e.g., yourGmailAccount@gmail.com), add it to SendGrid, and complete the verification.
- Create an API key and add it to Fredy's configuration.
- Create a Dynamic Template in SendGrid. You can copy the template from
/lib/notification/emailTemplate/template.hbs.
Sending to multiple recipients:
- Separate email addresses with commas (e.g., some@email.com, someOther@email.com).