triggerdotdev / trigger.dev

Trigger.dev is the open source background jobs platform.
https://trigger.dev/changelog
Apache License 2.0
9.41k stars 591 forks source link

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

Open ericallam opened 1 year ago

ericallam commented 1 year ago

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_APIKEY 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.

TRI-951

Chigala commented 1 year ago

I'm taking this up

Flowko commented 8 months ago

any news on this ?