Hi, i have a problem.
i found out that all emails send by Dolphin using the mail() function will never get correctly DKIM signed so email servers can verify the source of the sender. Its best to check with a user using gmail. His emails look like this ->
Authentication-results: mx.google.com; spf=pass (google.com: best guess record for domain of register@example.org designates x.x.x.x as permitted sender) smtp.mail=register@example.org; dkim=neutral (body hash did not verify) header.i=@example.org
When sending directly without Dolphin (phpmail) the message looks like this, which is correct ->
Authentication-results: mx.google.com; spf=pass (google.com: best guess record for domain of root@example.org designates x.x.x.x as permitted sender) smtp.mail=root@example.org; dkim=pass header.i=@example.org
Now i saw some DKIM settings in class.phpmailer.php. Anybody know what exactly to set there? I think its already supported but what do i have to fill into the fields?
Hope somebody knows. :)