006, Ron Geringer wrote:
> To: php-install@lists.php.net
> From: Ron Geringer <[EMAIL PROTECTED]>
> Subject: [PHP-INSTALL] php and mail
>
> Hi:
>
> I have a short script that use in php to send email out
> acknowledging email and sending web generated notces.
>
Hi:
I have a short script that use in php to send email out acknowledging email
and sending web generated notces.
mail($to, $subject, $body,"From: $from \nContent-Type: text/html; charset=i
so-8859-1 \n");
Recently we've set up a new server but php won't send mail generated by this
script.
W