Updated README.md
This commit is contained in:
parent
07a1f385b7
commit
83af4db704
26
README.md
26
README.md
|
@ -2,23 +2,25 @@
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Gomail is a very simple and powerful package to send emails.
|
Gomail is a simple and efficient package to send emails. It is well tested and
|
||||||
|
documented.
|
||||||
|
|
||||||
|
It is versioned using [gopkg.in](https://gopkg.in) so I promise
|
||||||
|
they will never be backward incompatible changes within each version.
|
||||||
|
|
||||||
It requires Go 1.2 or newer.
|
It requires Go 1.2 or newer.
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Dead-simple API
|
Gomail supports:
|
||||||
* Highly flexible
|
- Attachments
|
||||||
* Backward compatibility promise
|
- Embedded images
|
||||||
* Supports HTML and text templates
|
- HTML and text templates
|
||||||
* Attachments
|
- Automatic encoding of special characters
|
||||||
* Embedded images
|
- SSL and TLS
|
||||||
* SSL/TLS support
|
- Sending multiple emails with the same SMTP connection
|
||||||
* Automatic encoding of special characters
|
- Any method to send emails: SMTP, postfix (not included but easily doable), etc
|
||||||
* Well-documented
|
|
||||||
* High test coverage
|
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
@ -105,4 +107,4 @@ As an added bonus, your donations will also tip me by lowering my taxes :smile:
|
||||||
I will send an email with the receipt of the donation to EEDM annually to all
|
I will send an email with the receipt of the donation to EEDM annually to all
|
||||||
donors.
|
donors.
|
||||||
|
|
||||||
[![foo](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PYQKC7VFVXCFG)
|
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PYQKC7VFVXCFG)
|
||||||
|
|
Loading…
Reference in New Issue