Hi,
On this link:
https://www.php.net/manual/en/function.mail.php
It states:
// To send HTML mail, the Content-type header must be set
$headers[] = 'MIME-Version: 1.0';
$headers[] = 'Content-type: text/html; charset=iso-8859-1';
Is the charset modern or out of date or old version ?
Should it not be 'utf8mb4' ?