cosullivan / SmtpServer

A SMTP Server component written in C#
MIT License
675 stars 159 forks source link

Missing angle brackets (<>) in MAIL FROM command #219

Open oleg-km opened 1 week ago

oleg-km commented 1 week ago

My SMTP client (LSI MegaRAID disk controller driver) does not specify angle brackets in the MAIL FROM and RCPT TO commands. However, other mail servers (for example Exim4) do not consider this behavior to be erroneous. Is it possible to add the ability to disable the requirement of angle brackets in these commands through, for example, a server option?

oleg-km commented 1 week ago

Im sorry, https://github.com/cosullivan/SmtpServer/issues/166