无法通过drupal中的有条件操作发送电子邮件,但测试电子邮件有效

时间:2011-11-08 17:05:10

标签: email drupal

如果您需要更多信息,请告诉我们。

当我通过以下方式发送测试时,电子邮件会正常工作:/admin/settings/smtp但不会在操作触发时发送:/admin/store/ca/2/edit/actions

我在看门狗“SMTP Error: Could not connect to SMTP host

中收到错误消息

SMTP调试有一些错误......

SMTP ->  get_lines(): $data was ""
SMTP ->  get_lines(): $str is "220 smtp.com ESMTP SMTPCOM (node-boca108.smtp.com)"
SMTP ->  get_lines(): $data is "220 smtp.com ESMTP SMTPCOM (node-boca108.smtp.com)"
SMTP ->  FROM SERVER:220 smtp.com ESMTP SMTPCOM (node-boca108.smtp.com)
SMTP ->  FROM SERVER: 
SMTP ->  ERROR: EHLO not accepted from server: 
SMTP ->  FROM SERVER: 
SMTP ->  ERROR: HELO not accepted from server: 
SMTP ->  ERROR: AUTH not accepted from server: 
SMTP ->  FROM SERVER:
SMTP ->  ERROR: RSET failed: 
SMTP ->  get_lines(): $data was ""
(有更多行 - 约50左右,但它们似乎没有任何错误)

有人能指出我正确的方向吗?

0 个答案:

没有答案