-
Notifications
You must be signed in to change notification settings - Fork 0
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
Golang | sending email #47
Comments
|
See the example on https://github.com/tangingw/go_smtp/blob/3f565e36c589fba5c3389422bac69a47a9d1366b/send_mail.go#L52-L85 for an example of encoding the body before it is sent. I would quote here, but the repo doesn't specify a license. |
Some tutorials:
|
https://github.com/jordan-wright/email Found that one by way of the mailtrap.io tutorial, haven't dug into it yet. |
Ranked by "last activity" (as of 2020-07-09):
https://golang.org/pkg/net/smtp/
https://github.com/go-gomail/gomail
https://github.com/go-mail/mail
go-gomail/gomail
https://github.com/xhit/go-simple-mail
https://github.com/emersion/go-smtp
The text was updated successfully, but these errors were encountered: