Skip to content
Advertisement

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 how can I add my DKIM signature when sending emails using laravel.

JavaScript

my mail settings in laravel:

JavaScript

Advertisement

Answer

I fixed it by changing my mail driver to SMTP, this allowed my mails to add a DKIM signature

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement