Guys--
My Web site is finally up and running. On it, users can register accounts to submit articles and such. The script for processing a new user registration assigns a randomly generated password to the user, then sends it via email. If the user doesn't get the email, he/she doesn't get the password.
That's why it's becoming a real problem that some anti-spam clients are reporting this email as spam. Many users are not receiving the email. I've never used the mail() function before this, so how can I formulate the email it sends so that it is least likely to be interpreted as spam?
Any suggestions would be greatly appreciated. Thanks,
-Nij