Hello every one, is there any one know how could i prevent my emails from a contact form to be placed in spam of yahoo. it always go to the spam instead on the inbox.
thanks in advance.
Hello every one, is there any one know how could i prevent my emails from a contact form to be placed in spam of yahoo. it always go to the spam instead on the inbox.
thanks in advance.
Some suggestions......
1) Add your email to your white list.( or hit the 'Not Spam' button in yahoo)
2)Disable SPAM filtering(though its not a good idea)
3) Try to add an SPF record for your domain http://www.microsoft.com/mscorp/safe...d/default.aspx
4) try sending mail through SMTP instead of php mail() function.
thank you sir... i will try your advice.. ;)
I would recommend creating a contact system that doesn't rely solely on email. For instance, when a user submits the contact form, the values are stored in the database, and once in a while you open another webpage and read all the contact forms stored in the database. This way, even if the mail function is disabled, you can still be contacted.
And, as an extra, you can also make the system email you.
PM me if you want more detail.
█ Xavier L | Community Public Relations Manager (Free Hosting Support)
█ Yes, my position is too cool to even exist!
█ How am I helping? Rate this post by clicking theicon below! (this is even better than "liking" a post)
█ Terms of Service | Acceptable Use Policy | x10Hosting Wiki
hmm my page has no database... it is only a form.. when the user clicks Send.. the content of the textarea will be sent..
By the way, thank you xav0989 for the advise... deeply appreciated.. ;)
think big, think Smart