aboutsummaryrefslogtreecommitdiff
path: root/modules/mailer/mailer.go
Commit message (Collapse)AuthorAge
* Add option to use CRAM-MD5 as authentication method in the mailerPeter2014-12-18
|
* Rewrite of SendMail functionPeter2014-12-18
| | | | | | The SendMail function is rewritten and has the following new functionality: - It is optional to skip verification of keys. The config option SKIP_VERIFY is added - If the port is 465, or ending on 465, the TLS(/SSL) connection is started first.
* Allow send mail without authentication if SMTP server allow thisAlukardd2014-12-07
|
* check for smtp AUTH extensionmcheng892014-10-31
|
* Allow mail with self-signed certificatesUnknwon2014-10-09
|
* Fix malformed addressMichel Roux2014-10-08
|
* New UI merge in progressUnknwon2014-07-26
|
* Fixed #209Unknown2014-05-25
|
* Make gmail auth workUnknown2014-05-15
|
* Add mail notify for creating issueUnknown2014-03-25
|
* All configuration reload-ableUnknown2014-03-21
|
* Bug fixUnknown2014-03-20
|
* Pools limit concurrent numsUnknown2014-03-19
|
* Add send register confirm mailUnknown2014-03-19