Click to See Complete Forum and Search --> : how can I use mail() in win98+apache+php


Anon
11-21-2000, 11:06 PM
should I install some other servers?

thx

Anon
11-22-2000, 08:16 AM
I would like to know how to do that? Is it possible to send messages to localhost...

Anon
11-22-2000, 08:23 AM
mail() can send email using sendmail in linux.

I don't know if there is an alternative
in win98.

Now I had download a smtp package which use
other smtp server to send email with php.

Anon
11-22-2000, 12:40 PM
Edit your php.ini and put in a smtp server that will relay for you. I am not aware of anything free to do smtp for 98. So I would say otherwise you are s.o.l.

Anon
11-24-2000, 01:53 AM
ha.......it doesn't work again......
i had tried 5 smtp servers.

who can show me the source code of the
mail()?

Anon
11-26-2000, 02:21 AM
Hi Arch,

See http://php.weblogs.com/stories/storyReader$67 for a working example of how to configure mail().