smtp relay - gmail - swiftmailer: Expected response code 220 but got code quot;quot;(smtp 中继 - gmail - swiftmailer:预期响应代码 220 但得到代码“)
问题描述
我使用 gmail 作为我的 swiftmailer 类的 smtp 服务器.
I am using gmail as an smtp server for my swiftmailer class.
不管怎样
预期的响应代码为 220,但得到代码",消息"在classesSwiftTransportAbstractSmtpTransport.php"中
Expected response code 220 but got code "", with message "" in "classesSwiftTransportAbstractSmtpTransport.php"
这是什么意思?
推荐答案
我认为这可能意味着您向 smtp 服务器发送了一个空行.
I think it probably means you sent a blank line to the smtp server.
确保您的命令中没有换行符.
Make sure none of your commands have line feeds in them.
您可以记录交易并粘贴日志副本吗?
Can you log the transaction and paste a copy of the log?
有关日志记录的详细信息,请参见此处http://swiftmailer.org/docs/logger-plugin
see here for details about logging http://swiftmailer.org/docs/logger-plugin
这篇关于smtp 中继 - gmail - swiftmailer:预期响应代码 220 但得到代码“"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:smtp 中继 - gmail - swiftmailer:预期响应代码 220 但得到代码“"
基础教程推荐
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01