2021-01-21 16:09:23 +01:00
|
|
|
### SendGrid Adapter
|
|
|
|
|
|
2025-10-30 12:42:03 +01:00
|
|
|
SendGrid is an email delivery service with a generous free tier, which is more than enough for Fredy.
|
2025-07-26 20:42:58 +02:00
|
|
|
|
2025-10-30 12:42:03 +01:00
|
|
|
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`.
|
2021-03-06 21:34:15 +01:00
|
|
|
|
2025-10-30 12:42:03 +01:00
|
|
|
Sending to multiple recipients:
|
|
|
|
|
- Separate email addresses with commas (e.g., some@email.com, someOther@email.com).
|