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?

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