SMTP mail server
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hey all, I asked this question before, but (surprisingly) did'nt get any replies. Let me rephrase it in a bit different way.. I want to implement a SMTP server in C++, but dont know where to start from. I looked up in internet for any tutorials or any already existing SMTP server classes, but couldnt find any of them. The only thing that I found were classes for SMTP clients, i.e. for sending emails, but that is not what I need as you can see. I would really appreciate any helpful comments regarding this matter. Thanks.