PHP 4.2.2 mail() function and sendmail daemon
Posted: Wed Oct 02, 2002 11:40 am
Hi,
I'm a PHP newcomer and I have a question about the mail() function.
Here I run Apache 1.3.26 w/ PHP 4.2.2. I've written a script that sends a message taken from a form on the page. I use mail("my_email_address", "message from your site", $message, "From: $from").
It works well, but I want to know if it's also possible to make it work without having the sendmail daemon running (listening on ports 25 and 587).
Thanks in advance.
Nicolas
I'm a PHP newcomer and I have a question about the mail() function.
Here I run Apache 1.3.26 w/ PHP 4.2.2. I've written a script that sends a message taken from a form on the page. I use mail("my_email_address", "message from your site", $message, "From: $from").
It works well, but I want to know if it's also possible to make it work without having the sendmail daemon running (listening on ports 25 and 587).
Thanks in advance.
Nicolas