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?
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