creating email by asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I want my users create email themselves, such as yahoo.com . is there any API or other way to do this?
-
I want my users create email themselves, such as yahoo.com . is there any API or other way to do this?
I think that the code will be depended on the EMail Server that you used. For example, if you are using Microsoft Exchange Server, you can find the code about how to manipulate the MS Exchange server. To create a website like yahoo or gmail or any large website, it's not that easy. I suggest you to start with small application and read more about ASP.NET and the different kind of Exchange Servers. Once you got the solid idea, you can develop those kinda site..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)