Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/chore] Switch away from net/smtp package for more configurability / flexibility of GtS email sending #3813

Open
3 tasks
tsmethurst opened this issue Feb 20, 2025 · 1 comment
Labels
need more definition More description needs to be added to this issue.

Comments

@tsmethurst
Copy link
Contributor

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:

@tsmethurst tsmethurst added the need more definition More description needs to be added to this issue. label Feb 20, 2025
@rusangl
Copy link

rusangl commented Feb 21, 2025

Maybe it is possible to leave this job for mailutils app or something like that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more definition More description needs to be added to this issue.
Projects
None yet
Development

No branches or pull requests

2 participants