zabszk/CSharp-SMTP-Server

Email messages missing BCC addresses.

alexhiggins732 opened this issue · 1 comments

The IMessageTransaction interface and implementations do not implement BCC and the underlying server code does not parse the BCC addresses of the email. Instead the address are added to the To address collection.

Related to #2 .