Commit Graph

28 Commits

Author SHA1 Message Date
Alexandre Cesaro 5ceb8e6541 Dialer.Dial() now automatically uses CRAM-MD5 when it's available
Also deprecated NewPlainDialer() in favor of NewDialer().

Fixes #52
2016-03-06 19:17:01 +01:00
Alexandre Cesaro 3f18d6d1a6 Fixed the FAQ example
Fixes #50
2016-03-05 17:24:14 +01:00
Alexandre Cesaro 97fee66abd Removed the support section of the readme 2016-03-05 17:16:04 +01:00
jirkadanek 4efb40e03f fixed a typo 2016-03-04 08:28:58 +01:00
Alexandre Cesaro b1e55520bf Fixed a typo 2015-09-03 10:48:59 +02:00
Alexandre Cesaro a45579cb68 Made it clearer that Gomail is not an SMTP server 2015-09-02 18:37:43 +02:00
Alexandre Cesaro 41f3572897 Updated go-nuts post link 2015-09-02 13:57:04 +02:00
Alexandre Cesaro 7c4e18080b Bumped version to v2 2015-09-02 13:43:40 +02:00
Alexandre Cesaro 3d70844b0b Improved introduction in README.md 2015-09-02 13:43:08 +02:00
Alexandre Cesaro bdc1bd4b6e Added a paragraph about the license in README.md 2015-08-20 20:09:30 +02:00
Alexandre Cesaro 629d36f9e2 Updated CONTRIBUTING.md 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 9bc424b2ec Removed the example from README.md 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 1d59d94f4e Fixed badges links 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 71e3f5a0b4 Added Travis and other badges 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 83af4db704 Updated README.md 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 5a1ac3fca0 Bumbed version to v2-unstable 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 88beb2f13c Added the Support section in README.md 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 9f055c687b Added CHANGELOG.md 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 8a81f4ad6f Added CONTRIBUTING.md 2015-07-29 22:47:37 +02:00
Alexandre Cesaro 0002611a09 Removed obsolete text in README.md 2015-07-29 22:47:36 +02:00
Alexandre Cesaro 867c4d1580 Fixed commented examples 2015-07-29 22:47:36 +02:00
Alexandre Cesaro 3346e955b2 Lowered Go version requirement from 1.5 to 1.2 2015-07-29 22:47:36 +02:00
Alexandre Cesaro de623e612d Added the LOGIN authentication mechanism support
Closes #16.
2015-02-10 19:22:29 +01:00
alexcesaro 9d27291713 Fixed the Go version requirement
Closes #2.
2014-10-23 15:31:55 +02:00
alexcesaro 062b8e4ef3 Added support for SMTPS
Gomail now automatically uses SMTPS on port 465
2014-10-22 17:55:36 +02:00
alexcesaro a0730d2c47 Added the SetTLSConfig mailer setting 2014-10-22 17:47:24 +02:00
Yoshua Wuyts ed0214dc63 Added syntax highlighting to README.md
Closes #1
2014-10-20 16:25:29 +02:00
alexcesaro 707e81ecee Initial commit 2014-10-15 17:47:07 +02:00