Hello,
since i transfered my site to EE i did not receive any mails from my contact form. I want to send the mails via php mail. I am aware that there was a WP bug in version 4.6 , so i updated to 4.6.1 yesterday.
I tried everything php-test ,plugins test, no result, mail never arrive.
Here is my log:
`X-Postfix-Sender: rfc822; root@easyengine-wordPress Arrival-Date: Thu, 8 Sep 2016 10:20:44 +0000 (UTC)
Final-Recipient: rfc822; [email protected] Original-Recipient: rfc822;[email protected] Action: failed Status: 5.5.2 Remote-MTA: dns; spool.mail.gandi.net Diagnostic-Code: smtp; 504 5.5.2 : Helo command rejected: need fully-qualified hostname
–8D25240A15.1473330044/easyengine-wordPress Content-Description: Undelivered Message Content-Type: message/rfc822
Return-Path: root@easyengine-wordPress Received: by easyengine-wordPress (Postfix, from userid 0) id 8D25240A15; Thu, 8 Sep 2016 10:20:44 +0000 (UTC) Subject: This is the subject line To: [email protected] X-Mailer: mail (GNU Mailutils 2.99.99) Message-Id: 20160908102044.8D25240A15@easyengine-wordPress Date: Thu, 8 Sep 2016 10:20:44 +0000 (UTC) From: root@easyengine-wordPress (root)
This is the body of the email
–8D25240A15.1473330044/easyengine-wordPress– `
I did a dpkg-reconfigure postfix
allready and put a FQDN inside of the main.cf, still no results.
Any idea what cause the problem, wrong path in php.ini missing “.” ?
Thanks