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

SMPT and brevo backend #213

Open
tttp opened this issue Jul 14, 2023 · 0 comments
Open

SMPT and brevo backend #213

tttp opened this issue Jul 14, 2023 · 0 comments

Comments

@tttp
Copy link
Member

tttp commented Jul 14, 2023

we are using swoosh, two to add:

https://hexdocs.pm/swoosh/Swoosh.Adapters.SMTP.html
https://hexdocs.pm/swoosh/Swoosh.Adapters.Brevo.html

to test SMTP, we had great success with https://github.com/mailhog/MailHog as the local server + view of the emails sent
to test brevo, create a free test account

both are about sending messages, what is missing is the return path, so we can be informed if an email wasn't sent.

for smpt, that is not an option.

for brevo, check how it's done for mailjet to handle events, brevo have their own way to handle these webhooks, but conceptually similar

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

No branches or pull requests

1 participant