Skip to content

A dummy mail server in golang using a personal gmail account

License

Notifications You must be signed in to change notification settings

generous-folks/go-gmail-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sending emails with Go (Golang) and Gmail

Send emails only with the standard Go library and a Gmail account.

Gmail Go badge

Getting Started

This project uses the Go programming language (Golang) and Gmail.

Prerequisites

A Gmail account and Go at least in version 1.12

Deployment

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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A dummy mail server in golang using a personal gmail account

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published