Click here to Skip to main content
15,914,488 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Would anybody tell me how to configure an SMPT server step by step? Is it possible to implement it in a system with OS windows7/XP3/Vista?
Posted
Comments
Sergey Alexandrovich Kryukov 3-Mar-12 14:28pm    
Implement or configure? If configure: each one? How this is related to ASP.NET?
--SA
Brajabas 4-Mar-12 7:46am    
Dear friend, feel sorry that its not related to ASP.Net. I have posted it here as my web application project is in ASP.Net4 and is running successfully in a system with Windows7 in intranet without the Mailing Service provision. Thank you
Sergey Alexandrovich Kryukov 4-Mar-12 12:55pm    
I see. You are welcome.
Good luck, call again.
--SA

1 solution

Of course it is possible; only it has nothing to do with ASP.NET. However, ASP.NET could help you to implement Web mail functionality if you want it, but those are very different things.

This old article can give you an idea on how to implement the server:
SMTP and POP3 Mail Server[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900