You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ericallam
changed the title
Remove resend dependency from the webapp and replace with nodemailer and smtp
[TRI-951] Remove resend dependency from the webapp and replace with nodemailer and smtp
Aug 8, 2023
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.
TRI-951
The text was updated successfully, but these errors were encountered: