1
1
mirror of https://github.com/go-gitea/gitea synced 2024-11-10 12:14:25 +00:00
gitea/modules
Philip Couling d4924d45d6 Implement sendmail (#355)
* Implemented sendmail. This piggybacks on existing configuration to keep the change simple

* Changed privicy of new sendSMTP and sendSendmail functions

* Fixed Lint errors

* Seperated SMTP and sendmail into their own senders

* Making new structs private as they should not be used externally now

* Added sendmail setting to ini file

* Minor code cleanup
2016-12-25 14:55:22 +01:00
..
auth Correction LDAP validation (#342) 2016-12-12 08:46:51 +08:00
avatar
base Fix race condition in unit test (#456) 2016-12-23 14:31:22 +08:00
context [API] Pull Requests (#248) 2016-12-02 12:10:39 +01:00
cron
highlight Integrate templates into bindata optionally (#314) 2016-12-06 18:58:31 +01:00
httplib
log Catch os... errors 2016-12-02 07:41:19 +01:00
mailer Implement sendmail (#355) 2016-12-25 14:55:22 +01:00
markdown
options Add default values for settings (#455) 2016-12-23 15:18:05 +08:00
process
public Integrate templates into bindata optionally (#314) 2016-12-06 18:58:31 +01:00
setting Implement sendmail (#355) 2016-12-25 14:55:22 +01:00
ssh New settings option for a custom SSH host (#3763) (#446) 2016-12-22 13:26:43 +01:00
sync
templates Integrate templates into bindata optionally (#314) 2016-12-06 18:58:31 +01:00
user