mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/17058] Add $encode_eol to process()
PHPBB3-17058
This commit is contained in:
parent
6f034c5215
commit
9fb2dbb776
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue