Skip to content

EasyMail is an upcomming simple, easy to use SMTP server written in C# (Work in progress)

License

Notifications You must be signed in to change notification settings

smiba/EasyMail-SMTP

Repository files navigation

EasyMail-SMTP

EasyMail is an upcomming simple, easy to use SMTP server written in C#

The Visual Studio project file is meant for Visual Studio 2012 or newer

Questions

Q: What is the purpose of this
A: I'm just trying to have some fun coding C#, it probably won't be the fastest server neither the best

Q: Can this serve as a full SMTP server replacement
A: I guess when its done? Right now it will receive email just fine but thats about it

Q: Can I help?
A: Sure, there are lots of things to do. Just check the SMTP specification and find stuff that is missing from my code and implement it (or find one of the million bugs), then submit a pull request
Keep in mind I really try to focus on following the RFC specifications, so try to keep it as close to the specification as possible

Q: Future plans / goals?
A: I really want to make a SMTP server and a IMAP server so it can actually serve as a full mailserver replacement.

About

EasyMail is an upcomming simple, easy to use SMTP server written in C# (Work in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages