如何创建反馈表格并通过电子邮件发送 [英] How to create feedback form and email it

查看:90
本文介绍了如何创建反馈表格并通过电子邮件发送的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要从ASP.NET将页面发送到我的邮件ID,例如查询页面,反馈页面等页面.

I need to send the page to my mail ID from ASP.NET for example pages like enquiry page, feedback page etc.

推荐答案

您最好的选择是编写代码以将页面中的数据格式化为非HTML格式,然后发送该代码.根据页面中数据的种类和布局方式,您还可以发送网格的内容,例如,通过遍历数据源并以这种方式创建文本.发送实际的邮件显然是琐碎的,并且已被广泛记录.
Your best bet is to write code to format your data from your page as non HTML, and then send that. Depending on what sort of data is in your page and how it''s laid out, you may also what to send a grid, for example, by iterating over the data source and creating your text that way. Sending the actual mail is obviously trivial and widely documented.


这篇关于如何创建反馈表格并通过电子邮件发送的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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