On Fri, 2004-09-10 at 02:44, [EMAIL PROTECTED] wrote:
> Dear friends,
>  
> My newsletter software is repeatedly giving this error.
>  
> I have pasted php sendmymail.php script as well as INI file.
>  
> Any guidance,to get rid of this error, please.
>  
------------lots snipped----------------------
You have two lines in your SMTP statement in php.ini. If you want to use
smtp.aol.com then comment out the other one.

If php cannot connect to smtp.aol.com then this is something you need to
sort out, it is nothing to do with php. Can you ping smtp.aol.com? If
you have a proper telnet client can you
telnet smtp.aol.com 25
The error message is telling you that your computer cannot connect to
smtp.aol.com, you need to ensure that it can before php will be able to
do it. If you can send email from your computer (via smtp.aol.com) then
can you send an email by this means?

Hope this helps.

Chris

Reply via email to