DKIM Email Authentication
Description
DKIM[fn:dkim] is supported by the [Mailer Component](Mailer Component). There is also documentation[fn:docs].
Syntax
use Symfony\Component\Mime\Crypto\DkimSigner;
use Symfony\Component\Mime\Email;
$email = (new Email())
->from(‘[email protected]’)
// …
->html(’…’);
signedEmail = email);
Footnotes
[fn:docs]https://symfony.com/doc/master/mailer.html#dkim-signer
[fn:dkim]https://en.wikipedia.org/wiki/DomainKeys\_Identified\_Mail