trigger.dev icon indicating copy to clipboard operation
trigger.dev copied to clipboard

[TRI-951] Remove resend dependency from the webapp and replace with nodemailer and smtp

Open ericallam opened this issue 2 years ago • 2 comments

Now that Resend.com supports sending email via SMTP, we should convert the webapp to use a native SMTP mailer instead of the Resend SDK. We will need to replace the RESEND_API_KEY with SMTP_* environment variables (which should still be optional). When SMTP_* env vars are missing, we should continue to print the Magic Link login emails to the console how we are currently doing.

This will allow self-hosters to send email* without having to sign up to Resend.com and possibly use an existing email provider.

  • Currently only used for Magic Link login

TRI-951

ericallam avatar Aug 08 '23 14:08 ericallam

I'm taking this up

Chigala avatar Aug 11 '23 12:08 Chigala

any news on this ?

Flowko avatar Mar 10 '24 17:03 Flowko