-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Error "Header 'Subject' is not signed" in some 3rd party DKIM validation tools (like extension for Thunderbird).
See lines below to understand:
mail/src/Mail/SendmailMailer.php
Line 42 in 8bb8926
| $tmp->setHeader('Subject', null); |
Line 21 in 8bb8926
| 'Subject', |
Line 148 in 8bb8926
| return array_filter($this->signHeaders, fn($name) => $message->getHeader($name) !== null); |
Metadata
Metadata
Assignees
Labels
No labels