PHP8 hotfix
Since PHP 8 the message parameter given to mail() function must starts with an empty newline "\n".
Otherwise email will be sent with empty body.
Since PHP 8 the message parameter given to mail() function must starts with an empty newline "\n".
Otherwise email will be sent with empty body.