zabszk / CSharp-SMTP-Server

SMTP Server in C#
MIT License
16 stars 4 forks source link

Email messages missing BCC addresses. #3

Closed alexhiggins732 closed 2 years ago

alexhiggins732 commented 3 years ago

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.

zabszk commented 2 years ago

Related to #2 .