Invalid but existing DKIM

1

Hello, well, I configured a way to send emails, I configured the DKIM of the server in Cpanel correctly, but when testing in the spam tools it accuses existing but invalid DKIM.

Well, the question 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 the VPs server that I have set up, but the DKIM that I generated went to the otherite.com (there in the cpanel), I did it right or I would have to have configured the DKIM of the otherite.com there in domain that is like vps? I'm confused ..

    
asked by anonymous 06.06.2015 / 17:10

0 answers