mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17058] Add $encode_eol to process()
PHPBB3-17058
This commit is contained in:
committed by
Marc Alexander
parent
6f034c5215
commit
9fb2dbb776
@@ -952,6 +952,7 @@ class queue
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
$encode_eol = $config['smtp_delivery'] || PHP_VERSION_ID >= 80000 ? "\r\n" : PHP_EOL;
|
||||||
$result = phpbb_mail($to, $subject, $msg, $headers, $encode_eol, $err_msg);
|
$result = phpbb_mail($to, $subject, $msg, $headers, $encode_eol, $err_msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user