Hello,

On 01/06/2003 08:33 AM, Cesar Aracena wrote:
I just checked my hotmail account (one of three I'm sending to) and all
the emails arrived correctly (sorry for the re-post) but it's not
reaching the other two. One of them, I know it has a very poor
configuration and can hardly receive e-mails from PHP scripts, but the
other one usually works correct (the one I have with the hosting)... Can
anyone tell me what are the headers sent usually so mostly everyone can
receive the mails?
Sometimes the problem is in the type of hosting platform that you are using but you did not tell if it is Windows or Unix/Linux.

Anyway, I do not use or recommend mail() function directly at all. I use this class to compose and send messages. It has already some built-in workaround to many flaws of the mail() function depending on your platform. I do not know if your problem is just headers but this class puts all the headers that should be there. It also provides mail() function replacement functions that use different delivery methods which often is a problem depending on your platform.

http://www.phpclasses.org/mimemessage


--

Regards,
Manuel Lemos


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



Reply via email to