wn_
|
3487c922b3
|
Replace use of 'array_merge' with the spread operator and 'array_push' in various places.
This isn't supported for arrays with string keys until PHP 8.1.
https://wiki.php.net/rfc/spread_operator_for_array
|
2022-08-12 17:58:38 +00:00 |
wn_
|
93fd85df6f
|
Switch to direct type declarations of class properties.
|
2022-08-12 14:13:26 +00:00 |
Andrew Dolgov
|
7cd26272fa
|
Revert "minor: Support html content in mailer.php"
This reverts commit b91ffae292 .
|
2022-06-06 21:05:24 +03:00 |
Andrew Dolgov
|
8151295829
|
Revert "trivia: coding style"
This reverts commit 9e557501fa .
|
2022-06-06 21:05:15 +03:00 |
Hardway Hou
|
9e557501fa
|
trivia: coding style
|
2022-05-24 20:49:01 +08:00 |
Hardway Hou
|
b91ffae292
|
minor: Support html content in mailer.php
|
2022-05-24 10:09:46 +08:00 |
Andrew Dolgov
|
6a8030fd76
|
mailer: don't crash if php mail() fails with no reported errors
|
2021-11-16 09:19:12 +03:00 |
wn_
|
812f5f532e
|
Address PHPStan warning in 'classes/mailer.php'.
|
2021-11-14 17:59:57 +00:00 |
wn_
|
d3a81f598b
|
Switch class properties from PHP typing to PHPDoc for compatibility with PHP < 7.4.0
|
2021-11-12 21:17:31 +00:00 |
wn_
|
2c41bc7fbc
|
Address PHPStan warnings in 'classes/mailer.php', 'classes/opml.php', and 'classes/pluginhandler.php'.
|
2021-11-12 06:16:18 +00:00 |
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 |