summaryrefslogtreecommitdiff
path: root/includes/helper/email_helper.php
AgeCommit message (Expand)Author
2019-07-08Moved translation helpers to sub namespaceIgor Scheller
2019-04-30Improved email error loggingIgor Scheller
2019-04-28catch mail exceptions, execute the action, inform the user about the error an...msquare
2018-10-31Replaced `Auth()` with `auth()`Igor Scheller
2018-10-31User: Bugfixes & code cleanupIgor Scheller
2018-10-31Changed more functions :tada:Igor Scheller
2018-10-31Replaced some global `$user` variablesIgor Scheller
2018-10-31Changed `src/` code and templates to use the new user modelIgor Scheller
2018-09-05Implemented mailing abstractionIgor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-08-29Moved translation/internationalization to Helpers\Translator classIgor Scheller
2017-12-27rephrase more naturallyKatrin Leinweber
2017-12-25Formatting & DocstringsBot
2017-07-17Reapplied "Merge pull request #314 from Scriptkiddi/master"Igor Scheller
2017-01-03Replaced " with 'Bot
2017-01-03PPHDoc, formatting, fixes, cleanupBot
2017-01-02FormattingBot
2017-01-02PSR-2 formattingBot
2016-11-15reduce complexity of password recovery controllermsquare
2016-09-29prohibit inline control structures on helpersmsquare
2014-12-07dont send mails for my own actionsPhilip Häusler
2014-12-06add opt-in bool for shiftinfo mails and remove icq from usersPhilip Häusler
2013-12-26user password recoveryPhilip Häusler