An open API service indexing awesome lists of open source software.

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

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)