Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 2 tasks
lukevella opened this issue Apr 1, 2023 · 1 comment
Open
1 of 2 tasks
Labels

Comments

@lukevella
Copy link
Owner

lukevella commented Apr 1, 2023

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:

  • Amazon SES
  • Mailgun
@lukevella lukevella added ✨ enhancement ✅ good first issue Feel free to pick this up labels Apr 1, 2023
@cedricwalter
Copy link

will be fixed in #653

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants