Hello,

On 05/27/2002 04:38 PM, Jochem Kempe wrote:
> It appears to me that there is something wrong with the mail() function,
> 
> I've got an Apache 2.0.36 webserver in an Windows XP environment,
> now everythin seems to work just fine until I try to execute this:
> 
> mail("[EMAIL PROTECTED]", "My Subject", "Line 1\r\nLine 2\r\nLine3");
> 
> it's almost the same code as on your web site but I changed the 
> [EMAIL PROTECTED] to my own e-mail adress so I would be able to see if 
> I've got the mail. I tried severeal ways (somethin with IMAP or such?) 
> but since I'm a php newbie it is quite hard to find understandable 
> documentation.

You're message is probably being rejected and is not bouncing.

Anyway, you may want to try this SMTP client class to try to see if the 
message gets delivered:

http://www.phpclasses.org/smtpclass


-- 

Regards,
Manuel Lemos


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

Reply via email to