Click to See Complete Forum and Search --> : Sending mail from Win2K


Anon
07-04-2001, 12:22 AM
Hello !

I just want to send a mail from my local computer via php. But on my Win2K, there is no mailserver instaled, so I want to send the mail via the mailserver of my isp.

How is it done ? When just using the "mail"-command, I get an unknown error. How do I tell PHP, which mailserver it should use ?

Anon
07-04-2001, 12:37 AM
Ok, I found the code in php.ini to do that ;-)

Anon
12-02-2001, 08:42 PM
Hello Marty,

What I need to type in this php.ini to set up mail function to work?
SMTP = ???

Are you send e-mail using W2K ???

Regards,
Yuliyan

Anon
12-03-2001, 03:17 AM
Hi Yuliyan,

just put in your smtp-server. It's the same server you use in your mail-client for outgoing mails.

Martin