hi everybody,
i'am have problem about php send mail function, how can i send
extra header with it's. I'am crazy now because I can send it by using users
defined variable , but when I've send it with a html form, it's don't work at
all by use $_POST variable
please help me,
thanks you,
On windows try:
Ini_set("SMTP", "mail.yourserveraddress.com");
--> -Original Message-
--> From: freeman [mailto:[EMAIL PROTECTED]
--> Sent: Saturday, February 22, 2003 5:42 PM
--> To: [EMAIL PROTECTED]
--> Subject: [PHP-WIN] question about mail
-->
hey does anyone now if there is a way to determin which mail server to use directly
from the script when you write the mail function.
I'm needing to debug a mailer script on my site as it has recently started
to throw up several time out errors. When I put in some timing code and
observed the results, I found that a call to the mail() function was taking
17 seconds to execute, which does not seem right under any definition of
rig