Open speller opened 2 years ago
I'm using the following sendmail version:
/magento # sendmail --help BusyBox v1.34.1 (2022-07-19 20:11:24 UTC) multi-call binary.
The issue happens with PHP8. Its mail function sends headers and body with \r\n line delimiters according to standards and passes this data to sendmail. But sendmail converts all line-endings to \r\r\n making the whole mail broken.
mail
\r\n
\r\r\n
I'm using the following sendmail version:
The issue happens with PHP8. Its
mail
function sends headers and body with\r\n
line delimiters according to standards and passes this data to sendmail. But sendmail converts all line-endings to\r\r\n
making the whole mail broken.