https://github.com/windomz/go-email
Simple way to send email for golang
https://github.com/windomz/go-email
Last synced: about 1 year ago
JSON representation
Simple way to send email for golang
- Host: GitHub
- URL: https://github.com/windomz/go-email
- Owner: WindomZ
- License: mit
- Created: 2016-03-30T12:51:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T02:36:01.000Z (over 9 years ago)
- Last Synced: 2025-02-15T07:44:23.770Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-email
**This project is still in development :)**
## Overview
* Support SMTP email
## Installation
```
go get -u github.com/WindomZ/go-email
```
## TODO
* Usage and demos
* More useful functions
* More Test and Benchmark
## LICENSE
MIT(http://opensource.org/licenses/mit-license.php)