我在Drupal 7中使用SMTP身份验证支持来发送邮件。我在看门狗日志中收到此消息以获取一些邮件ID。 "Error sending e-mail from example@example.com to recp@example.com : StartTLS not supported by server or could not initiate session
"
此错误背后可能出现的问题是什么?如何解决?
答案 0 :(得分:0)
它已经告诉过你不支持StartTLS,打电话给你的主机并让他们打开它。但我的猜测是他们不会。您可以使用PHPMailer发送电子邮件,不要忘记$mail->SMTPAuth = true;