stopphei wrote:Where can I set the password?
If you're talking about SMTP authentication, then the answer is: you can't.
PHP's internal mail() function doesn't support SMTP authentication at all. If your server requires it, then you'll have to use some 3rd-party class that implements this feature (e.g. PHPMailer, XPertMailer, etc. etc.).