Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   PHP (http://www.programmingforums.org/forum29.html)
-   -   Email Spamming (http://www.programmingforums.org/showthread.php?t=10014)

programmersbank May 27th, 2006 4:27 AM

Email Spamming
 
Hi All!
I have developed an email form for http://www.allthatfun.com/feedback.html using mail() function, but problem is that when i send email google receives in Inbox but MSN and yahoo receives in Bulk/Junk, how i can escape from this problem. :confused:

thanks in advance

.TD May 27th, 2006 7:08 AM

I had the same problem for my uni project when I used a SMTP server running on my pc. I think MSN just puts emails from random IPs to the junk maybe?
I don't know but I had the same problem anyway. Can anyone else shed some light on the subject?

Mocker May 27th, 2006 7:13 AM

There are usually a couple instant flags that they use to put email into bulk/junk. If it comes from nobody@somedomain.com , a lot of mail servers flag it. If you can run suexec to wrap your script, or send the mail through an actual account then it will help. Also, to make your email more legit make an SPF record for your domain (http://www.openspf.org), and if possible a reverse dns record


All times are GMT -5. The time now is 7:51 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC