cosullivan / SmtpServer

A SMTP Server component written in C#
MIT License
716 stars 164 forks source link

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

Open oleg-km opened 5 months ago

oleg-km commented 5 months 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 5 months ago

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