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 发送电子邮件


- 正确分离 PHP 中的逻辑/样式 2021-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- Laravel 仓库 2022-01-01
- 带有通配符的 Laravel 验证器 2021-01-01