cosullivan / SmtpServer

A SMTP Server component written in C#
MIT License
690 stars 163 forks source link

Method to send email directly from the code #182

Closed ctigrisht closed 11 months ago

ctigrisht commented 2 years ago

Hey I want to send email without an SMTP client, but directly from the program running the server, is there such a method I can access?

Thanks

cosullivan commented 11 months ago

No, this is just the server component which will interact with other mail servers and mail clients.

If you want to relay the message then you will need to build this functionality yourself.