Re: [PHP-INSTALL] php and mail

2006-01-25 Thread php
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. >

[PHP-INSTALL] php and mail

2006-01-24 Thread Ron Geringer
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