Click here to Skip to main content
16,012,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.. i am working on a project in asp.net.
it is like a mailing website.
but i don't know about the coding for connecting to the real server.
i have already made a local mailing site (on lan) but now i want to convert it into a real Mailing website so that it can work on internet.
pls suggest something that i should keep in mind while working on project.
pls give reference to ebooks & links from where i can get help....
Posted
Updated 16-Sep-11 8:44am
v2

hi,

You want to develop mail feature in your website right.mailing system is different from intranet and internet .You've to connect one smtp server for sending mails from your website.

And for receiving mails you've to use pop3 or someother protocols which are rapidly used in present marketing.

If you want to use some third party services like...

There are so many services available in internet.


otherwise,you've to develop entire code for mailing system in your website

i think it take somemore time to do that feature.

I'm giving some link for pop3 client in asp.net

http://www.codeproject.com/KB/IP/despop3client.aspx


the above link is used for reading inbox mails from mail server.

And now how to send mail

http://forums.asp.net/t/971802.aspx

The above link used for sending mail.


I hope u'll understand what I said.

all the best.
 
Share this answer
 
This is one of the most common questions here on CodeProject, and there are lots of suggestions around; you can start here[^].
 
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