summaryrefslogtreecommitdiffstats
path: root/modules/mailer/mail.go
Commit message (Collapse)AuthorAgeFilesLines
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-190/+0
|
* Minor fix for #2660Unknwon2016-02-241-4/+3
|
* Test mailer button. Addresses #1531Josh Frye2016-02-241-0/+6
|
* Make markdown as an independent moduleUnknwon2016-02-201-2/+3
|
* Fix issue email formatting. Addresses #2331Josh Frye2016-02-181-1/+2
|
* fix #1829 and fix #890Unknwon2015-12-041-2/+2
|
* fix import path, fix #1782Unknwon2015-10-151-1/+1
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-251-4/+18
|
* finish all new template for current onesUnknwon2015-09-171-36/+35
|
* finish new auth e-mailsUnknwon2015-09-171-15/+11
|
* user gomail and new activate account email tplUnknwon2015-09-171-94/+32
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* Fix missing space in issue emails subjectLouis Matthijssen2015-08-241-2/+2
|
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-1/+1
| | | | - fix delete user but repository watches are not decreased
* Merge pull request #766 from phsmit/correct_from无闻2014-12-211-3/+1
|\ | | | | Correct usage of FROM in email creation
| * Remove unused "User" member of Message Struct and fix bounce addressPeter2014-12-191-3/+1
| | | | | | | | | | | | The User member of a message is not needed anymore. The from that is send to the server, should always be the "system" from. This is also called the Bounce address http://en.wikipedia.org/wiki/Bounce_address
* | Method for activating email addresses through verification emailPeter2014-12-171-0/+33
|/
* Remove APP_LOGO settingMathieu Gagnon2014-09-131-1/+0
|
* New UI merge in progressUnknwon2014-07-261-10/+12
|
* In progress of name template name constantUnknown2014-06-221-5/+14
|
* Code conventionUnknown2014-06-051-29/+29
|
* Fix #214Unknown2014-06-031-1/+1
|
* Fixed #209Unknown2014-05-251-10/+11
|
* Bug fixUnknown2014-05-071-1/+1
|
* Add mention, read/unread support of issue trackerUnknown2014-05-071-6/+6
|
* Fix #164Unknown2014-05-051-2/+2
|
* Add mail notify for new collaboratorUnknown2014-05-051-7/+39
|
* go vetUnknown2014-04-131-1/+1
|
* Fix issue with log in with GitHub but need more error handle afterUnknown2014-04-071-7/+24
|
* Add reset password, fix #58Unknown2014-04-051-1/+21
|
* Improve issue mail contentUnknown2014-04-021-4/+7
|
* Add mail notify for creating issueUnknown2014-03-251-2/+38
|
* Pools limit concurrent numsUnknown2014-03-191-4/+2
|
* Finish verify emailUnknown2014-03-191-4/+4
|
* Add register mail tplUnknown2014-03-191-2/+59
|
* Add send register confirm mailUnknown2014-03-191-0/+7
|
* Working on register mail confirmationUnknown2014-03-191-0/+24