[PHP-WIN] question about mail function

2003-06-16 Thread [EMAIL PROTECTED]
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,

RE: [PHP-WIN] question about mail

2003-03-06 Thread Matt Babineau
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 -->

[PHP-WIN] question about mail

2003-03-06 Thread freeman
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.

[PHP-WIN] Question about Mail()

2003-01-12 Thread Jeff Vandenberg
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