在asp.net中邮寄网站编码 [英] mailing website coding in asp.net

查看:97
本文介绍了在asp.net中邮寄网站编码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨..我正在asp.net上的一个项目中.
它就像一个邮寄网站.
但是我不知道用于连接到真实服务器的编码.
我已经建立了一个本地邮件站点(局域网),但是现在我想将其转换为一个真正的邮件站点,以便它可以在Internet上运行.
请提出一些在进行项目时应该记住的事情.
请参考电子书和我可以从那里获得帮助的链接....

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....

推荐答案



您要在网站上开发邮件功能right.mailing系统不同于Intranet和Internet.您必须连接一个smtp服务器才能从您的网站发送邮件.

对于接收邮件,您必须使用pop3或其他在当前营销中快速使用的协议.

如果您想使用某些第三方服务,例如...

互联网上有很多服务.


否则,您必须在您的网站中开发用于邮件系统的完整代码

我认为需要花费更多时间来实现该功能.

我在asp.net中为pop3客户端提供了一些链接

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


上面的链接用于从邮件服务器读取收件箱中的邮件.

现在如何发送邮件

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

上面的链接用于发送邮件.


希望你能理解我的意思.

一切顺利.


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.


这是CodeProject上最常见的问题之一,周围有很多建议.您可以开始
This is one of the most common questions here on CodeProject, and there are lots of suggestions around; you can start here[^].


这篇关于在asp.net中邮寄网站编码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆