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 发送电子邮件
基础教程推荐
- 超薄框架REST服务两次获得输出 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01