Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用来使用 Swiftmailer 库发送邮件的电子邮件服务器已从正常登录切换到 CRAM-MD5 身份验证。我的 Swfitmailer 实例不再使用此配置。有没有办法设置传输以与 CRAM-MD5 一起使用?
找到了。在传输集中:
->setAuthMode('cram-md5')