Andrew Dolgov
|
13210747d8
|
mailer: stop warning if to_name is unset (it's optional anyway)
|
2021-03-15 14:45:50 +03:00 |
Andrew Dolgov
|
0730128a97
|
add a send test email button to prefs/system
|
2021-03-03 14:00:18 +03:00 |
Andrew Dolgov
|
982bd838bf
|
use orm when setting personal data; fix some warnings in mailer class
|
2021-03-02 13:20:41 +03:00 |
Andrew Dolgov
|
dcf0135285
|
logger: shorter syntax
|
2021-02-25 15:49:30 +03:00 |
Andrew Dolgov
|
211f699aa0
|
migrate the rest into Config::
|
2021-02-22 22:35:27 +03:00 |
Andrew Dolgov
|
82bc740363
|
Logger::log - allow specifying errno
bump severity of PDO exception log messages to E_USER_WARNING
|
2020-09-29 10:08:54 +03:00 |
Michael Kuhn
|
dd9e93384e
|
Fix to_address being logged twice
|
2019-03-09 20:09:16 +01:00 |
Andrew Dolgov
|
6d0c9bb784
|
only log sent mail if _LOG_SENT_MAIL is set
|
2019-03-06 08:55:10 +03:00 |
Andrew Dolgov
|
eb48aa5840
|
mailer.php: to_address/to_name was used instead of from_address/from_name
|
2019-01-09 16:49:35 +03:00 |
Andrew Dolgov
|
59d1fd481d
|
mailer: set utf-8 content type
|
2018-12-17 11:55:21 +03:00 |
Andrew Dolgov
|
e08990f753
|
mailer: fix indents
|
2018-11-22 16:55:37 +03:00 |
Andrew Dolgov
|
ac5e55c2bd
|
mailer: return 0 if plugin requested to stop (-1)
|
2018-11-22 16:39:10 +03:00 |
Andrew Dolgov
|
55bf4bc1d3
|
mailer: split to/from name/addresses
|
2018-11-22 16:36:10 +03:00 |
Andrew Dolgov
|
57932e1837
|
remove PHPMailer and related directives from config.php-dist; add pluggable Mailer class
|
2018-11-22 14:45:14 +03:00 |