Hello,

On 08/28/2002 08:57 AM, Peter wrote:
> Hello,
> I repeat: my PHP mail() function does not work. Apache tells me it can 
> not connect.
> I have XP, Netscape, Apache, PHP, MYSQL. I have not the faintest idea 
> where my smpt server is. I use Netscape for reading my e-mail.I have 
> only a raw line to the internet.
> I have installed a firewall.
> 
> What must I do to discover what my smpt server is? I must have one. 
> Otherwise I could not go to netscape and send mail, to hotmail etc.

If you do not have a SMTP server running in your machine, install one or 
use your ISP SMTP server.

Alternatively you may want to try this SMTP sending class that can 
operate in direct delivery mode, ie, it sends messages directly to the 
recipients SMTP server address. Since you use Windows, you will need 
also a DNS resolver class that emulates the function GetMXRR() that is 
disabled under Windows, but that is mentioned in this page:

http://www.phpclasses.org/smtpclass

You will probably have some dificulties because this is not a trivial 
issue. Just reply to this message if you need further help.


-- 

Regards,
Manuel Lemos


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

Reply via email to