cosullivan / SmtpServer

A SMTP Server component written in C#
MIT License
676 stars 160 forks source link

How can I know if the mail was sent or readed by the destiny #161

Closed EriksonGM closed 3 years ago

EriksonGM commented 3 years ago

I want to log server events, how can I get emails states like, sended, readed or something like that.

cosullivan commented 3 years ago

Hi, email states are not handled through this component, this is purely an SMTP Server component, you are looking for an IMAP server component.