使用 xampp localhost 发送电子邮件

Sending email using xampp localhost(使用 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 发送电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)