Commit Graph

5 Commits

Author SHA1 Message Date
Alexandre Cesaro 4f6286485b Replaced Message.Export by Message.WriteTo
Message now implement io.WriterTo. It allows streaming
the message directly to the SMTP server without buffering it
first into memory.
2015-07-29 22:47:36 +02:00
Alexandre Cesaro 01674ee5b6 Replaced Mailer type with the Sender interface and SMTPDialer type
Fixes #10
Fixes #17
Fixes #32
2015-07-29 22:47:36 +02:00
Alexandre Cesaro c7ca0f5da9 Fixed date headers
Closes #21.
2015-02-28 16:46:44 +01: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