I can send mail from my linux box using 'Linux mail()' OK.
If I use PHP mail a header is added.
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: BASE64
--
The format I'm using to send is;
<?php
mail($to, $subject, $message)
?>
This used to work, so something must have changed..
Any advice as to why this is happening appreciated.
Thanks
If I use PHP mail a header is added.
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: BASE64
--
The format I'm using to send is;
<?php
mail($to, $subject, $message)
?>
This used to work, so something must have changed..
Any advice as to why this is happening appreciated.
Thanks