18 Forks
16 Stars
16 Watchers

gomail

Example go project to send email using GO via smtp, Gmail API and OAuth2. This is also a reference project for my article in medium titled "Sending Emails with GO (Golang) Using SMTP, Gmail, and OAuth2"

How to download and setup gomail

Open terminal and run command
git clone https://github.com/BinodKafle/gomail.git
git clone is used to create a copy or clone of gomail repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with gomail https://github.com/BinodKafle/gomail/archive/master.zip

Or simply clone gomail with SSH
[email protected]:BinodKafle/gomail.git

If you have some problems with gomail

You may open issue on gomail support forum (system) here: https://github.com/BinodKafle/gomail/issues