summaryrefslogtreecommitdiffstats
path: root/modules/mailer
Commit message (Expand)AuthorAgeFilesLines
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-303/+0
* Add golangci (#6418)kolaente2019-06-121-9/+6
* Add SUBJECT_PREFIX mailer config option (#6605)zeripath2019-04-171-1/+5
* Add X-Auto-Response-Suppress header to outgoing messages (#6492)mrsdizzie2019-04-021-0/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Make log mailer for testing (#5893)zeripath2019-02-021-3/+21
* Explicitly decide whether to use TLS in mailer's configuration (#5024)Lanre Adelowo2018-11-261-3/+2
* Add support for extra sendmail arguments (#2731)Jonas Bröms2017-10-251-0/+1
* Fix sending mail with a non-latin display name. #2102 (#2559)Rémi Saurel2017-09-211-3/+3
* Fix fmt error in mailer (#2490)Jonas Östanbäck2017-09-121-1/+1
* Fix slice out of bounds error in mailer (#2479)Jonas Östanbäck2017-09-111-1/+2
* fix misspell (#1996)Bo-Yi Wu2017-06-181-1/+1
* Send mails as HTML as default. Setting for send as plain text. (#1648)Jonas Östanbäck2017-06-071-13/+14
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* fix gofmt errorBo-Yi Wu2016-12-301-3/+2
* Implement sendmail (#355)Philip Couling2016-12-251-6/+54
* Golint fixed for modules/mailerLunny Xiao2016-11-251-1/+8
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-2/+2
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-162-191/+3
* #2954 minor fix for when to set HTML alternativeUnknwon2016-05-301-5/+3
* #2954 use text/plain as default email content formatUnknwon2016-05-301-7/+11
* Do not write HTML in text/plain mail part (#2954)Sandro Santilli2016-05-301-3/+11
* Minor fix for #2660Unknwon2016-02-241-4/+3
* Test mailer button. Addresses #1531Josh Frye2016-02-241-0/+6
* #2334 strip whitespace for migrate URLUnknwon2016-02-201-1/+4
* Make markdown as an independent moduleUnknwon2016-02-201-2/+3
* Fix issue email formatting. Addresses #2331Josh Frye2016-02-181-1/+2
* make mailer log more verboseUnknwon2015-12-191-9/+9
* 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-172-212/+96
* simplify namesUnknwon2015-09-161-2/+6
* #1649 Using commas to delineate emailsUnknwon2015-09-161-3/+3
* fix syntax errorHongcai Deng2015-09-071-3/+3
* implemented #1528Hongcai Deng2015-09-071-2/+4
* Fix missing space in issue emails subjectLouis Matthijssen2015-08-241-2/+2
* minor fix on #1517Unknwon2015-08-201-5/+5
* Added supported of 'AUTH LOGIN'Yixin Hao2015-08-201-1/+31
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
* add config options for HELOUnknwon2015-07-031-6/+11
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-1/+1
* Merge pull request #943 from diseaz/mailer-client-cert无闻2015-02-281-0/+8
|\
| * Fix "forcing" client certificate for SMTPDmitry Azhichakov2015-02-131-6/+8
| * New feature: SMTP connection may use client certificate.Dmitry Azhichakov2015-02-121-0/+6