summaryrefslogtreecommitdiffstats
path: root/modules/mailer/mailer.go
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-161-1/+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
* #2334 strip whitespace for migrate URLUnknwon2016-02-201-1/+4
* make mailer log more verboseUnknwon2015-12-191-9/+9
* user gomail and new activate account email tplUnknwon2015-09-171-118/+64
* 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
* minor fix on #1517Unknwon2015-08-201-5/+5
* Added supported of 'AUTH LOGIN'Yixin Hao2015-08-201-1/+31
* add config options for HELOUnknwon2015-07-031-6/+11
* 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
* | add error for hello funcGogs2015-02-201-1/+4
* | Fix: 504 5.5.2 <localhost>: Helo command rejectedGogs2015-02-191-0/+7
|/
* fix #801Unknwon2014-12-311-1/+1
* Merge pull request #766 from phsmit/correct_from无闻2014-12-211-7/+10
|\
| * Parse the from string to extract the email addressPeter2014-12-191-1/+6
| * Remove unused "User" member of Message Struct and fix bounce addressPeter2014-12-191-6/+5
| * Change from header in email, fixes #765Peter2014-12-191-2/+1
* | Remove standard mailer port linesPeter2014-12-191-4/+0
|/
* update locale and mirror code formatUnknwon2014-12-191-10/+10
* Prefer CRAM-MD5 over PLAIN authenticationPeter2014-12-181-3/+3
* Add option to use CRAM-MD5 as authentication method in the mailerPeter2014-12-181-6/+13
* Rewrite of SendMail functionPeter2014-12-181-15/+40