Skip to content
Advertisement

Tag: dkim

Plesk PHP emails with laravel are not receiving DKIM signature

When I send email from the Round Cube web client, the email is signed signed with DKIM. However when a website sends email via Laravel it is not signed with DKIM. I’m sending two emails one with laravel notifications and one with mail. Both don’t receive a DKIM signature. I’ve turned on the signature settings in Plesk. The question is

Send mail in phpmailer using DKIM Keys

Currents i am using phpmailer to send mail’s. now how its possible to send email in phpmailer with DKIM keys i search in phpmailer Class file and i found the below code Can i know how its possible. Answer If you take a look in the PHPMailer unit tests, there is an example of how to set up DKIM. Here

Advertisement