You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: