rallly icon indicating copy to clipboard operation
rallly copied to clipboard

Add support for email service providers APIs as an alternative to SMTP

Open lukevella opened this issue 2 years ago • 1 comments

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:

  • [x] Amazon SES
  • [ ] Mailgun

lukevella avatar Apr 01 '23 11:04 lukevella

will be fixed in https://github.com/lukevella/rallly/pull/653

cedricwalter avatar Apr 05 '23 09:04 cedricwalter