mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #107] DKIM Eventid error #86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @damien-giry on GitHub (Nov 10, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/107
Release 2.1.8 is a huge improvement for signing NDR/OOF emails :)
FYI, since updating to 2.1.8, I got one error:
Br,
@Pro commented on GitHub (Nov 10, 2015):
Thanks for the feedback.
The
reference not setexception seems to be related to the linestring smtpAddress = mailItem.Message.Sender.SmtpAddress;which means that either
mailItem.MessageormailItem.Message.Sendercan be null sometimes. This needs an additionalifcheck.@semack commented on GitHub (Nov 16, 2015):
I have the same issue.