[feature/chore] Switch away from net/smtp
package for more configurability / flexibility of GtS email sending
#3813
Labels
need more definition
More description needs to be added to this issue.
Right now we're using the standard library
net/smtp
package for sending emails, which is about as basic as you can get. This works fine mostly but it's finnicky and doesn't support more modern stuff like smtps.We should look at switching to something else with a bit more functionality so we can provide more options for email configuration. Not sure if there's a "go-to" email package for this. Suggestions welcome.
Gathered here are smtp-related issues we should try to solve by making a switch:
504 Unrecognized authentication type
when sending emails #3812The text was updated successfully, but these errors were encountered: