Mail server in asp.net with C#
-
I want to make a mail server in asp.net with c# .net. a mail server like yahoomail or gmail through user can regestered and can send & recieve mail. is it possible. if possible how?
-
I want to make a mail server in asp.net with c# .net. a mail server like yahoomail or gmail through user can regestered and can send & recieve mail. is it possible. if possible how?
You don't mean a mail server. You mean you want to write a webmail client. Of course, that's actually pretty easy. You do need a mail server through which you can send the mail, and you need to be able to create mail accounts on that server, but those are not ASP.NET tasks.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You don't mean a mail server. You mean you want to write a webmail client. Of course, that's actually pretty easy. You do need a mail server through which you can send the mail, and you need to be able to create mail accounts on that server, but those are not ASP.NET tasks.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
plz tell guide me how it is possible?