使用 xampp localhost 发送电子邮件

2022-01-14 00:00:00 email smtp xampp php

请帮助我使用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.

相关文章