I am using contact form 7 (version 3.3) plugin to create a form and to send email. I have only 3 field:
- firstname
- lastname
When I click on submit button, email goes in junk folder.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The default CF 7 ‘from’ field quite often results in the notifications being marked as spam. Change it to a proper email address, even noreply@yourdomain.com will work better than the default (as loan points out – missed that when I answered!).
If that doesn’t help and it’s actually the server you are hosting the site on that has been blacklisted, have a look at the WP plugin that allows you to use SMTP rather than the PHP mail() function.
http://www.wordpress.org/extend/plugins/wp-mail-smtp/
That can sort it too.