Bugfix undefined $BIMI

This commit is contained in:
the-djmaze 2022-10-18 11:09:23 +02:00
parent 2b2de2abdb
commit 6f59b58e19

View file

@ -268,8 +268,8 @@ class Email implements \JsonSerializable
'Name' => \MailSo\Base\Utils::Utf8Clear($this->GetDisplayName()), 'Name' => \MailSo\Base\Utils::Utf8Clear($this->GetDisplayName()),
'Email' => \MailSo\Base\Utils::Utf8Clear($this->GetEmail(true)), 'Email' => \MailSo\Base\Utils::Utf8Clear($this->GetEmail(true)),
'DkimStatus' => $this->GetDkimStatus(), 'DkimStatus' => $this->GetDkimStatus(),
'DkimValue' => $this->GetDkimValue(), 'DkimValue' => $this->GetDkimValue()
'BIMI' => $BIMI // 'BIMI' => $BIMI
); );
} }
} }