Sending email using xampp localhost(使用 xampp localhost 发送电子邮件)
问题描述
请帮助我使用php发送电子邮件,我通过谷歌搜索发现我需要重新配置/编辑我的php.ini并更改SMTP值和smtp_port,
Please help me send email using php, I searched trough google and found out that I need to reconfigure/edit my php.ini and change SMTP value and smtp_port,
我不知道我将在这些行上放什么.
I dont know what exactly what will I put on those lines.
感谢您的帮助!
推荐答案
使用像 this,但您也可以通过设置:smtp_ssl = ssl 并配置 sendmail.ini 以使其连接使用您的@gmail.com 帐户凭据,否则将无法连接.
It would be a lot easier to use a phpmailer script like this, but you can also do it without that by setting: smtp_ssl = ssl and configure the sendmail.ini so that it connects with your @gmail.com account credentials, or it will not be able to connect.
这篇关于使用 xampp localhost 发送电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用 xampp localhost 发送电子邮件


基础教程推荐
- Web 服务器如何处理请求? 2021-01-01
- Yii2 - 在运行时设置邮件传输参数 2022-01-01
- 使用 scandir() 在目录中查找文件夹 (PHP) 2022-01-01
- php中的foreach复选框POST 2021-01-01
- PHPUnit 的 Selenium 2 文档到底在哪里? 2022-01-01
- php中的PDF导出 2022-01-01
- 主题化 Drupal 7 的 Ubercart “/cart"页 2021-01-01
- 将变量从树枝传递给 js 2022-01-01
- php 7.4 在写入变量中的 Twig 问题 2022-01-01
- 如何在数学上评估像“2-1"这样的字符串?产生“1"? 2022-01-01