1
Hello, well, I set up a way to send emails, I set the DKIM of the server in Cpanel correctly, but when testing in the spam tools it accuses existing DKIM but invalid.
Well, the point is, the configuration of my . php that sends the emails is basically like this:
$mail->Host = "vps.site.com";
$mail->Username = '[email protected]'; //
$mail->Password = 'password'; //
$mail->CharSet = "UTF-8";
The question is, in the Host is set the Vps server I own, but the DKIM I generated went to the other.com (there in the Cpanel), I did right or I would have to have configured the DKIM of the other.com there in the domain that is as vps? I am confused..
In cPanel, click Email > Email Authentication. Then you can try disabling and enabling DKIM. Another thing: on the email host, you should use mail.yousite.com instead of vps.site.com.
– user622
Thank you for your reply. When disabling DKIM, it was still enabled, but now presented a message like: "The system cannot verify that the server is an authoritative name server." Well, I contacted my Host and it solved the problem! Anyway, this disable and enable saved the game. Thanks for the answer!
– Ale