try phpmailer
Note, check with your host to ensure they have a proper domain to send the
emails from that matches your site...many MTAs now kill mails from localhost
or a host that doens't match the orgiinal domain
bastien
From: "Chris Payne" <[EMAIL PROTECTED]>
To:
Subject: [PHP-DB] Mail
you're not setting the mime types correctly, and your boss probably has some
spam filter that tosses incorrect email.
I suggest using the PEAR Mail extension, it will automatically set this all up
for you. It's very easy and nice to use.
-Micah
On Friday 18 November 2005 10:32 am, Chris Payn