I'm on Chronoforms 4.0.7.
I encounter the problem that mails sent through Chronoforms end up in the spam folder of gmail addresses. Even though the ISP has setup DKIM. According to ISP, the problem is that the Sender attribute (marked in bold below) in the header is not set to an email address corresponding to mydomain.nl:
From: "info@mydomain.nl" <info@mydomain.nl>
Reply-To: "info@mydomain.nl" <info@mydomain.nl>
Message-ID: <ae83gf59328a25c069eff62a899111ab@www.mydomain.nl>
X-Mailer: PHPMailer 5.2.16 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Sender: admin@server.myprovider12.nl
In Chronoforms email properties I've set the static "From" name/email as well as "Reply to" name/email to info@mydomain.nl.
I've the impression that 'PHP mail' is responsible for setting that Sender property. In Joomla administrator (Global Configuration > Mail Settings) I did configure info@mydomain.nl as the site's From email address.
Is it possible to configure the header's Sender property as well?
Or is a php code change required for that?
Any other ideas how to solve this mystery?
I encounter the problem that mails sent through Chronoforms end up in the spam folder of gmail addresses. Even though the ISP has setup DKIM. According to ISP, the problem is that the Sender attribute (marked in bold below) in the header is not set to an email address corresponding to mydomain.nl:
From: "info@mydomain.nl" <info@mydomain.nl>
Reply-To: "info@mydomain.nl" <info@mydomain.nl>
Message-ID: <ae83gf59328a25c069eff62a899111ab@www.mydomain.nl>
X-Mailer: PHPMailer 5.2.16 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Sender: admin@server.myprovider12.nl
In Chronoforms email properties I've set the static "From" name/email as well as "Reply to" name/email to info@mydomain.nl.
I've the impression that 'PHP mail' is responsible for setting that Sender property. In Joomla administrator (Global Configuration > Mail Settings) I did configure info@mydomain.nl as the site's From email address.
Is it possible to configure the header's Sender property as well?
Or is a php code change required for that?
Any other ideas how to solve this mystery?