aboutsummaryrefslogtreecommitdiff
path: root/templates/mail
Commit message (Collapse)AuthorAge
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-25
|
* finish all new template for current onesUnknwon2015-09-17
|
* finish new auth e-mailsUnknwon2015-09-17
|
* user gomail and new activate account email tplUnknwon2015-09-17
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* Template for email activation emailPeter2014-12-17
|
* Remove APP_LOGO settingMathieu Gagnon2014-09-13
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* In progress of name template name constantUnknown2014-06-22
|
* Add mail notify for new collaboratorUnknown2014-05-05
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-20
| | | | American English.
* Add reset password, fix #58Unknown2014-04-05
|
* Finish verify emailUnknown2014-03-19
|
* Add register mail tplUnknown2014-03-19