https://github.com/generous-folks/go-gmail-server
A dummy mail server in golang using a personal gmail account
https://github.com/generous-folks/go-gmail-server
gmail golang
Last synced: 2 months ago
JSON representation
A dummy mail server in golang using a personal gmail account
- Host: GitHub
- URL: https://github.com/generous-folks/go-gmail-server
- Owner: generous-folks
- License: mit
- Created: 2019-12-10T11:38:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:34:23.000Z (over 3 years ago)
- Last Synced: 2023-03-03T15:27:40.405Z (over 3 years ago)
- Topics: gmail, golang
- Language: JavaScript
- Homepage:
- Size: 8.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sending emails with Go (Golang) and Gmail
Send emails only with the standard Go library and a Gmail account.
 
## Getting Started
This project uses the **Go** programming language (Golang) and **Gmail**.
### Prerequisites
A [Gmail](https://mail.google.com/) account and [Go](https://golang.org/) 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
- **Orlando Monteverde** - _Initial work_ - [orlmonteverde](https://github.com/orlmonteverde)
- **Pierre Huyghe** - _Http Server & React Client_ - [hpierre74](https://github.com/hpierre74)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details