lahautel
New Member
- Messages
- 8
- Reaction score
- 0
- Points
- 1
Hi,
My website sends welcome mails to my new registered users with a PHP script and the classic PHP mail() function. I've activated and configured correctly the SPF (via CPanel) mail authentification service, that works fine, even if I had to make an manual change of the TXT record in DNS due to a wrong x10hosting mail serveur ip address (Yahoo Mail gives the following feedback :
"Received-SPF: pass (domain of domain.xy designates 198.91.80.251 as permitted sender")
I've also activated the DKIM mail authentification system via the CPanel. In the x10hosting documentation :
https://x10hosting.com/blog/creating-spf-dkim-records/
they say that the enabling DKIM activation process should give me back the "current raw DKIM record for your domains" (with the public DKIM key I suppose). But the CPanel apparently doen't give me back this record and so I cannot include the public key into the header of the mail my PHP script sends. But the CPanel displays that DKIM functionnality is enabled...
Yahoo mail gives the following feedback for mail sent with the PHP script (and some other email server consider those mail as spam or simply delete them without any feedback):
"Authentication-Results: mta1027.mail.ir2.yahoo.com from=domain.xy; domainkeys=neutral (no sig); from=domain.xy; dkim=permerror (bad sig)"
Do I miss some information or do I look at the wrong place ('Email Authentication' in CPanel) to get this record information? Any idea or experience about how to enable DKIM on Free x10hosting?
Many thanks for your lights about it
Laurent
My website sends welcome mails to my new registered users with a PHP script and the classic PHP mail() function. I've activated and configured correctly the SPF (via CPanel) mail authentification service, that works fine, even if I had to make an manual change of the TXT record in DNS due to a wrong x10hosting mail serveur ip address (Yahoo Mail gives the following feedback :
"Received-SPF: pass (domain of domain.xy designates 198.91.80.251 as permitted sender")
I've also activated the DKIM mail authentification system via the CPanel. In the x10hosting documentation :
https://x10hosting.com/blog/creating-spf-dkim-records/
they say that the enabling DKIM activation process should give me back the "current raw DKIM record for your domains" (with the public DKIM key I suppose). But the CPanel apparently doen't give me back this record and so I cannot include the public key into the header of the mail my PHP script sends. But the CPanel displays that DKIM functionnality is enabled...
Yahoo mail gives the following feedback for mail sent with the PHP script (and some other email server consider those mail as spam or simply delete them without any feedback):
"Authentication-Results: mta1027.mail.ir2.yahoo.com from=domain.xy; domainkeys=neutral (no sig); from=domain.xy; dkim=permerror (bad sig)"
Do I miss some information or do I look at the wrong place ('Email Authentication' in CPanel) to get this record information? Any idea or experience about how to enable DKIM on Free x10hosting?
Many thanks for your lights about it
Laurent