Sending email using xampp localhost

不问归期 提交于 2019-12-10 00:32:26

问题


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.

Thanks for helping!


回答1:


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.



来源:https://stackoverflow.com/questions/10344580/sending-email-using-xampp-localhost

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!