laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

DKIM signing mails #2371

Open Chrissi2812 opened 4 years ago

Chrissi2812 commented 4 years ago

DKIM signing would improve the spam score according to mail-tester.com reports.

Packages (https://github.com/vitalybaev/laravel-dkim) that provide these functionality exist but are not updated regularly. Also laravel-dkim don't allow to change the DKIM settings at runtime, only via config files. So if you build a newsletter system you can't use DKIM properly.

nivv commented 4 years ago

Doesn't the mail provider handle this for you?