I have a wordpress site with simple contact form setup to send messages to a gmail account. Every time I fill out the form and submit message goes to gmail SPAM folder. This is from the message headers: Received-SPF: none (google.com: [email protected] does not designate permitted sender hosts) client-ip=111.222.333.444; Authentication-Results: mx.google.com; spf=neutral (google.com: [email protected] does not designate permitted sender hosts) [email protected] I don't have email account [email protected] i tried creating one but still same issue message ends up in gmail spam folder. Anyone has similar issue or would know how to troubleshoot or fix. Thanks in advance!
Change the email-address in wordpress (or maybe the plugin) from [email protected] to a correct address or add sendmail_from = [email protected] to the custom php-settings for the domain
FRPRIM I have PTR records set for my main domain. I don't have SPF record, I tried setting one up, for mydomain.com still same issue. FLORIAN030: Changing the email-address in wordpress to [email protected] or another email I've created didn't help Under php options for mydomain.com I've try adding sendmail_from = [email protected] still same messages in email header. Would installing your ISPConfig 3 DKIM plugin resolve this issue? Thanks both for your help.
Well Setting DKIM is more optional thing than a de facto standard. At least for now. I doubt that setting DKIM will help you with gmail since gmail accept mail even from less reliable sources than the ones without DKIM. But, its always good thing to have extra indentifiers avaliable for your mail.
Thanks Frprim! I just installed WordPress plugin Easy SMTP Mail which worked in this case. It sends email from one of the email accounts I've created under mydomain. Plugin is using SMTP to send email from Contact Form in WordPress, and it goes to Gmail's Inbox folder rather than SPAM. Thanks for your quick responses.