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
We currently use sendgrid for sending emails. Sendgrid provides a general SMTP interface to send emails. We want to migrate towards using this. This would allow self-hosting users to use their SMTP servers instead of being limited to sendgrid.
Goals
Migrate the code to use SMTP instead of Sendgrid
Migrate the environment variables to use SMTP
Keep Sendgrid fallback in case the old env variables are there
Update the documentation and env.examples with the new data
We currently use sendgrid for sending emails. Sendgrid provides a general SMTP interface to send emails. We want to migrate towards using this. This would allow self-hosting users to use their SMTP servers instead of being limited to sendgrid.
Goals