Here is what my header look like:

                        $headers .= "MIME-Version: 1.0\r\n"; 
                        $headers .= "Content-type:  text/plain; charset=us-ascii\r\n"; 
                        $headers .= "From: ".$name." <".$email.">\r\n"; 
                        $headers .= "To: ".$myname." <".$toAddress.">\r\n"; 
                        $headers .= "Reply-To: ".$name." <".$email.">\r\n"; 
                        $headers .= "X-Priority: 1\r\n"; 
                        $headers .= "X-MSMail-Priority: High\r\n"; 
                        $headers .= "X-Mailer: Just My Server"; 

Mark Roberts, Roberts Computing Systems
eCommerce, yeah, we do that!
Graphics, Scripting, Databases, shopping carts
mailto:[EMAIL PROTECTED]

-----Original Message-----
From: Jennifer Goodie [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 07, 2003 8:14 PM
To: php list; [EMAIL PROTECTED]
Subject: RE: [PHP] AOL Email client


> I am using php mail and setting all my $headers info to show From:, To:,

What does your call to mail() look like?  How are you formatting you
headers?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to