Posts: 366
Name: Steve
Location: Miami, FL, Earth
|
mail() function is terrible with spam filters. Be sure to use proper mail headers (look it up), and make sure your server's smtp config and hostname reflect your domain, and/or use the -f option to set hostname in the mail() call.
Even doing all the above, you'll still have a relatively low delivery rate. Switch to an ESP or hosted SMTP service to improve that. Doesn't matter much for a contact form, just speaking in generalities here.
__________________
- Steve
President, Please login or register to view this content. Registration is FREE
Last edited by smoseley; 09-15-2010 at 05:22 PM..
|