summaryrefslogtreecommitdiff
path: root/classes/mailer.php
AgeCommit message (Expand)Author
2022-08-12Replace use of 'array_merge' with the spread operator and 'array_push' in var...wn_
2022-08-12Switch to direct type declarations of class properties.wn_
2022-06-06Revert "minor: Support html content in mailer.php"Andrew Dolgov
2022-06-06Revert "trivia: coding style"Andrew Dolgov
2022-05-24trivia: coding styleHardway Hou
2022-05-24minor: Support html content in mailer.phpHardway Hou
2021-11-16mailer: don't crash if php mail() fails with no reported errorsAndrew Dolgov
2021-11-14Address PHPStan warning in 'classes/mailer.php'.wn_
2021-11-12Switch class properties from PHP typing to PHPDoc for compatibility with PHP ...wn_
2021-11-12Address PHPStan warnings in 'classes/mailer.php', 'classes/opml.php', and 'cl...wn_
2021-03-15mailer: stop warning if to_name is unset (it's optional anyway)Andrew Dolgov
2021-03-03add a send test email button to prefs/systemAndrew Dolgov
2021-03-02use orm when setting personal data; fix some warnings in mailer classAndrew Dolgov
2021-02-25logger: shorter syntaxAndrew Dolgov
2021-02-22migrate the rest into Config::Andrew Dolgov
2020-09-29Logger::log - allow specifying errnoAndrew Dolgov
2019-03-09Fix to_address being logged twiceMichael Kuhn
2019-03-06only log sent mail if _LOG_SENT_MAIL is setAndrew Dolgov
2019-01-09mailer.php: to_address/to_name was used instead of from_address/from_nameAndrew Dolgov
2018-12-17mailer: set utf-8 content typeAndrew Dolgov
2018-11-22mailer: fix indentsAndrew Dolgov
2018-11-22mailer: return 0 if plugin requested to stop (-1)Andrew Dolgov
2018-11-22mailer: split to/from name/addressesAndrew Dolgov
2018-11-22remove PHPMailer and related directives from config.php-dist; add pluggable M...Andrew Dolgov