aboutsummaryrefslogtreecommitdiff
path: root/pkg/mailer
Commit message (Collapse)AuthorAge
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* pkg/mailer/mail: render markdown in issue related emails (#5629)Andy Hochhaus2019-02-20
| | | | | Reference #4552
* pkg/mailer: support plaintext alt for HTML emails (#5568)Guy Smoilov2018-12-25
| | | | | | | | | | * Added option to use plain text alt to HTML emails. Should make the messages friendlier for spam filters. * Check that plaintext conversion worked before adding the HTML alt * Add description of ADD_PLAIN_TEXT_ALT to app.ini * Added comment clarifying html AddAlternative
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* pkg/mailer: support custom mail subject prefix (#4524)Unknwon2018-03-30
|
* hook: fix email not sent after push (#4430)Unknwon2017-07-27
| | | | | Turns out mail service was not initialized at all, also mail must be sent in sync in hook mode before program exits.
* locale: sync from CrowdinUnknwon2017-05-17
|
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory