Re: [PHP-WIN] Function MAIL()

2006-08-09 Thread Ariz Jacinto
hi, kindly elaborate further on your problem. usually, you won't be needing a password to _Send_ an email using the mail() function. the ip address of the SMTP server will suffice for sending an email within your domain, at the least. perhaps you might be referring to the IMAP functions instead?

[PHP-WIN] Function MAIL()

2006-08-09 Thread Alejandro C. Garrammone
Hi!!! I have a problem with the Mail() function. I've looked in documentation and help, I've configured php.ini but don't work. My mail account needs a password, where do I put them???. thxs in advance, Alex PD: sorry for my english.

Re: [PHP-WIN] function mail()

2001-03-21 Thread Eric Tonicello
I've got the solution. Thanks Jeff ! try putting this before the mail command: ini_set("SMTP", "your.smtp.server"); (i used localhost, thats where my server is) ini_set("sendmail_from", "[EMAIL PROTECTED]"); (i used postmaster@localhost) I posted this to

[PHP-WIN] function mail()

2001-03-21 Thread Eric Tonicello
Hi ! I'm trying to use the function mail(). I get : Warning: Failed to Connect in D:\IBOIS\web\test.php on line 1 I'm using the lastest version of PHP on IIS 4.0 What's wrong ? Should I change the php.ini ? If I try to use the snmp library i get lot of errors... PLease help.me Eric