Send emails only with the standard Go library and a Gmail account.
This project uses the Go programming language (Golang) and Gmail.
A Gmail account and Go at least in version 1.12
Clone the repository
git clone https://github.com/generous-folks/go-gmail-server.git
Enter the repository folder
cd go-gmail-server
Build the binary
go build -o send-email-gmail .
Run the program
# In Unix-like OS
./send-email-gmail
# In Windows
send-email-gmail.exe
- Orlando Monteverde - Initial work - orlmonteverde
- Pierre Huyghe - Http Server & React Client - hpierre74
This project is licensed under the MIT License - see the LICENSE.md file for details