Feeedback表单代码html页面 [英] feeedback form code fot html webpage

查看:68
本文介绍了Feeedback表单代码html页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要代码从html网页发送邮件.我已经创建了反馈表.如何将邮件发送到服务器?

I want code to send mail from html webpage. I have created feedback form. how to send mail to server?

推荐答案

您将需要在其中使用某种服务器端编码(ASP.net,PHP,Perl等)处理通过HTML表单发送回的内容,并通过SMTP将其发送到邮件服务器,或者您需要在网站上运行一些REST-full服务,以接收和发送它.如果您想了解如何编写代码,那么您需要做的就是一些基础研究,这里为您提供方便的搜索模板:

<youScriptingLanguage> * 1 send mail code

* 1 <youScriptingLanguage>应该替换为您选择的任何脚本语言.

问候,

曼弗雷德(Manfred)
You''ll need either some kind of server side coding (ASP.net, PHP, Perl, etc.) where you handle the content sent back by the HTML form and send it via SMTP to a mail server or you need to have some REST-full service running on your website that will receive and sent it instead. If you want to find out how to code that all you have to do is some basic research, here a search template for your convenience:

<youScriptingLanguage>*1 send mail code

*1<youScriptingLanguage> should be substituted for whatever your scripting language of choice may be.

Regards,

Manfred


这篇关于Feeedback表单代码html页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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