Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Email goes to junk folder using contact form 7 plugin in Wordpress [closed]

I am using contact form 7 (version 3.3) plugin to create a form and to send email. I have only 3 field:

  1. firstname
  2. lastname
  3. email

When I click on submit button, email goes in junk folder.

like image 823
rash111 Avatar asked Dec 12 '22 22:12

rash111


1 Answers

The default CF 7 'from' field quite often results in the notifications being marked as spam. Change it to a proper email address, even [email protected] 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.

like image 193
McNab Avatar answered May 26 '23 08:05

McNab