mail server project
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I want to make a mail server. through user can regstered and can send and recieve mail.the mail are sending properly. but how to recieve the mail on my MailServer.com . plz help me
-
I want to make a mail server. through user can regstered and can send and recieve mail.the mail are sending properly. but how to recieve the mail on my MailServer.com . plz help me
shabi uz zaman wrote:
but how to recieve the mail on my MailServer.com
To receive mails from mail server requires POP3 enabled server. Try looking for some articles explaining how you can use POP3 protocol in your ASP.NET application. Also you can have a look to POP3 RFC[^] and understand how it is implemented.