Skip to content

Send SMTP email using gomail instead of the stdlib net/smtp package

Cristina Pauna requested to merge replace-smtp-with-gomail into main

We have authentication issue when sending email via smtp.office365.com:587 server when using the Go standard library package. With gomail it works.

Merge request reports

Loading