You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internally we already use the Amazon SES API for rallly.co, however this is not documented publicly yet. That said, it serves as a guide for implementing support for other providers.
A good starting point is send-email.tsx which is where we decide what transport to use based on the env var EMAIL_PROVIDER.
Initially we can support the following service providers but more can be added if requested:
Amazon SES
Mailgun
The text was updated successfully, but these errors were encountered:
Discussed in #639
Internally we already use the Amazon SES API for rallly.co, however this is not documented publicly yet. That said, it serves as a guide for implementing support for other providers.
A good starting point is send-email.tsx which is where we decide what transport to use based on the env var
EMAIL_PROVIDER
.Initially we can support the following service providers but more can be added if requested:
The text was updated successfully, but these errors were encountered: