The following steps show how to send mail with Go using the standard smtp package. To test I used MailJet as the mail server but you can also use Mandrill or SendGrid. First let's setup MailJet as the mail server. Then write the Go code and send a test email. MailJet Setup After creating your [...]