通过 PHP 表单发送文本到 Gmail
我有一个关于 PHP 的问题。
我想创建一个非常简单的页面,只有一个功能。
一个文本框和一个将其发送到我的电子邮件地址的按钮。
**/ 我什至不知道 .php 文件的概念,或者如何将其实现为 html 文件(或者我只是创建一个 php 文件?)
我一直在网上冲浪,但完全无法得到它。
如果您能给我一些建议,我将非常感激。
我编写了程序,但不会将其发送到地址("[电子邮件受保护] ”)。 我在本地服务器 MAMP 上运行它。
I have a question about PHP.
I want to create a really simple page with only one function.
a text box, and a button to send it to my e-mail address.
**/ I don't really even get the concept of a .php file, or how to implement it to a html file (or do I just create a php file?)
I've been surfing on the web for a way, but quite can't get it.
If you can give me some advice on it, I'd really appreciate it.
I wrote the program, but won't send it to the address("[email protected]").
I'm running it on MAMP, local server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 php mail() 函数:https://www.php。 net/manual/en/function.mail.php
如果您在本地计算机上,请确保您可以从本地发送电子邮件。看一下这里:http://wiki.uniformserver.com/index.php/PHP_mail_function
use php mail() function: https://www.php.net/manual/en/function.mail.php
if you are on a local machine be sure that you can send emails from local. Take a look here: http://wiki.uniformserver.com/index.php/PHP_mail_function