通过 PHP 表单发送文本到 Gmail

发布于 2024-12-11 04:02:06 字数 395 浏览 0 评论 0原文

我有一个关于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

祁梦 2024-12-18 04:02:06
  1. 使用 php mail() 函数:https://www.php。 net/manual/en/function.mail.php

  2. 如果您在本地计算机上,请确保您可以从本地发送电子邮件。看一下这里:http://wiki.uniformserver.com/index.php/PHP_mail_function


  1. use php mail() function: https://www.php.net/manual/en/function.mail.php

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文