using core php mail() to send via gmail SMTP(使用核心 php mail() 通过 gmail SMTP 发送)
问题描述
是否可以在不使用任何外部类的情况下通过 gmail smtp 在核心 php 中发送邮件?
Is it possible to send mail in core php via gmail smtp without using any external class?
推荐答案
我认为这不可能,因为您需要执行身份验证.另外,你需要通过 SSL 套接字连接,我不知道股票 mail()
函数是否支持这个.
I don't think it is possible because you need to perform an authentification. Also, you need to connect via an SSL socket, I don't know if the stock mail()
function support this.
如果您愿意使用 Pear Mail 包,您可能想要看看这个:
If you are willing to use the Pear Mail package, you might want to take a look at this:
从 PHP 页面使用 GMail SMTP 服务器发送电子邮件
这篇关于使用核心 php mail() 通过 gmail SMTP 发送的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用核心 php mail() 通过 gmail SMTP 发送
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Laravel 仓库 2022-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01