在Web应用程序中接收邮件 [英] receive mail in web application

查看:68
本文介绍了在Web应用程序中接收邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个网络应用程序.

在此程序中,我想发送和接收邮件,但是我不知道如何在asp.net中接收邮件.

请帮助我.

Hi,

I have a web applicaion.

In this program I want send and receive mail but I dont know how to receive mail in asp.net.

Help me please.

推荐答案

您没有在asp.net中收到这样的邮件.

您的asp.net前端将仅与进行发送和接收的后端邮件服务器进行通信.

您需要做的是找到一个合适的邮件服务器在您的项目中使用,并对asp.net前端进行编码以匹配邮件服务器的api.

在此处查看结果以获取更多相关链接;
http://lmgtfy.com/?q=asp.net+mail+clie [ ^ ]
You do not receive mail as such in asp.net.

You asp.net front end will merely communicate with the back end mail server that is doing the send and receiving.

What you will need to do is find a suitable mail server to use in your project, and code the asp.net frontend to match the api of the mail server.

Check out the results here for more related links;
http://lmgtfy.com/?q=asp.net+mail+clie[^]


ASP.Net只能发送邮件,您收到的任何邮件都将直接发送到邮件服务器.

但是,由于大多数传入电子邮件都是垃圾邮件或可能是故意的冒犯性邮件,因此将其直接链接到公共网页是不明智的.
ASP.Net can only send mail, any mail you receive back goes directly to the mail server.

However since most incoming email is spam or possibly deliberately offfensive it is not wise to link it directly to a public webpage.


这篇关于在Web应用程序中接收邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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