返回列表 发帖

WP-Mail-SMTP无法发送邮件

WP-Mail-SMTP不能发送邮件了……怎么设置都不管用……
不知道是不是空间的问题,以前用byethost的时候,相同的设置都能发送邮件,换freehostia后总是发送不了……这是为什么?各位帮忙看看,谢谢了哈~
  1. Test Message Sent

  2. The result was:

  3. bool(false)
  4. The full debugging output is shown below:

  5. object(PHPMailer)#3335 (45) {
  6.   ["Priority"]=>
  7.   int(3)
  8.   ["CharSet"]=>
  9.   string(5) "UTF-8"
  10.   ["ContentType"]=>
  11.   string(10) "text/plain"
  12.   ["Encoding"]=>
  13.   string(4) "8bit"
  14.   ["ErrorInfo"]=>
  15.   string(43) "SMTP Error: Could not connect to SMTP host."
  16.   ["From"]=>
  17.   string(13) "bingo@sbsb.me"
  18.   ["FromName"]=>
  19.   string(5) "bingo"
  20.   ["Sender"]=>
  21.   string(0) ""
  22.   ["Subject"]=>
  23.   string(45) "WP Mail SMTP: Test mail to 511bingo@gmail.com"
  24.   ["Body"]=>
  25.   string(68) "This is a test email generated by the WP Mail SMTP WordPress plugin."
  26.   ["AltBody"]=>
  27.   string(0) ""
  28.   ["WordWrap"]=>
  29.   int(0)
  30.   ["Mailer"]=>
  31.   string(4) "smtp"
  32.   ["Sendmail"]=>
  33.   string(18) "/usr/sbin/sendmail"
  34.   ["PluginDir"]=>
  35.   string(0) ""
  36.   ["Version"]=>
  37.   string(5) "2.0.4"
  38.   ["ConfirmReadingTo"]=>
  39.   string(0) ""
  40.   ["Hostname"]=>
  41.   string(0) ""
  42.   ["MessageID"]=>
  43.   string(0) ""
  44.   ["Host"]=>
  45.   string(11) "smtp.qq.com"
  46.   ["Port"]=>
  47.   string(3) "465"
  48.   ["Helo"]=>
  49.   string(0) ""
  50.   ["SMTPSecure"]=>
  51.   string(0) ""
  52.   ["SMTPAuth"]=>
  53.   bool(true)
  54.   ["Username"]=>
  55.   string(13) "bingo@sbsb.me"
  56.   ["Password"]=>
  57.   string(16) "liubin1987771012"
  58.   ["Timeout"]=>
  59.   int(10)
  60.   ["SMTPDebug"]=>
  61.   int(2)
  62.   ["SMTPKeepAlive"]=>
  63.   bool(false)
  64.   ["SingleTo"]=>
  65.   bool(false)
  66.   ["smtp"]=>
  67.   object(SMTP)#3336 (7) {
  68.     ["SMTP_PORT"]=>
  69.     int(25)
  70.     ["CRLF"]=>
  71.     string(2) "
  72. "
  73.     ["do_debug"]=>
  74.     int(2)
  75.     ["do_verp"]=>
  76.     bool(false)
  77.     ["smtp_conn"]=>
  78.     bool(false)
  79.     ["error"]=>
  80.     array(3) {
  81.       ["error"]=>
  82.       string(27) "Failed to connect to server"
  83.       ["errno"]=>
  84.       int(13)
  85.       ["errstr"]=>
  86.       string(17) "Permission denied"
  87.     }
  88.     ["helo_rply"]=>
  89.     NULL
  90.   }
  91.   ["to"]=>
  92.   array(1) {
  93.     [0]=>
  94.     array(2) {
  95.       [0]=>
  96.       string(18) "511bingo@gmail.com"
  97.       [1]=>
  98.       string(0) ""
  99.     }
  100.   }
  101.   ["cc"]=>
  102.   array(0) {
  103.   }
  104.   ["bcc"]=>
  105.   array(0) {
  106.   }
  107.   ["ReplyTo"]=>
  108.   array(0) {
  109.   }
  110.   ["attachment"]=>
  111.   array(0) {
  112.   }
  113.   ["CustomHeader"]=>
  114.   array(0) {
  115.   }
  116.   ["message_type"]=>
  117.   string(5) "plain"
  118.   ["boundary"]=>
  119.   array(2) {
  120.     [1]=>
  121.     string(35) "b1_a35742dd63dcf4a04398bcf4ca4fe9b1"
  122.     [2]=>
  123.     string(35) "b2_a35742dd63dcf4a04398bcf4ca4fe9b1"
  124.   }
  125.   ["language"]=>
  126.   array(13) {
  127.     ["mailer_not_supported"]=>
  128.     string(25) " mailer is not supported."
  129.     ["provide_address"]=>
  130.     string(55) "You must provide at least one  mailer is not supported."
  131.     ["execute"]=>
  132.     string(19) "Could not execute: "
  133.     ["instantiate"]=>
  134.     string(36) "Could not instantiate mail function."
  135.     ["authenticate"]=>
  136.     string(35) "SMTP Error: Could not authenticate."
  137.     ["from_failed"]=>
  138.     string(35) "The following From address failed: "
  139.     ["data_not_accepted"]=>
  140.     string(30) "SMTP Error: Data not accepted."
  141.     ["recipients_failed"]=>
  142.     string(56) "SMTP Error: The following SMTP Error: Data not accepted."
  143.     ["connect_host"]=>
  144.     string(43) "SMTP Error: Could not connect to SMTP host."
  145.     ["file_access"]=>
  146.     string(23) "Could not access file: "
  147.     ["file_open"]=>
  148.     string(33) "File Error: Could not open file: "
  149.     ["encoding"]=>
  150.     string(18) "Unknown encoding: "
  151.     ["signing"]=>
  152.     string(15) "Signing Error: "
  153.   }
  154.   ["error_count"]=>
  155.   int(1)
  156.   ["LE"]=>
  157.   string(1) "
  158. "
  159.   ["sign_cert_file"]=>
  160.   string(0) ""
  161.   ["sign_key_file"]=>
  162.   string(0) ""
  163.   ["sign_key_pass"]=>
  164.   string(0) ""
  165. }
  166. The SMTP debugging output is shown below:

  167. SMTP -> ERROR: Failed to connect to server: Permission denied (13)
复制代码
分享到: QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友

不知,没用过WP的 这个功能。

你不会是 用自动发邮箱来备份吧。很占资源的。
★ 11月开空间新规则,百度GG收录百贴:http://idc866.com/thread-15155-1-1.html
★ 本站转型:推荐免费空间,收集免费空间,免费空间测试,并提供原创申请教程。
★ 免备案空间,免费空间,免费国外空间,国外免费空间,免费美国空间
★ 我们是一群辛勤的小站站长,我们需要团结,我们需要共同进步!!!!
★ 达要求开空间,论坛发申请贴后,请加QQ:876812422  (一般在线、有Q必回)

TOP

回复 2# idc886

呃。。是么。。不太清楚。,用来收发通知用的……这是一个插件,不是Wordpress自带的……

TOP

你可上 WP中文论坛,发贴求助一下,或许会得到更多解答。
★ 11月开空间新规则,百度GG收录百贴:http://idc866.com/thread-15155-1-1.html
★ 本站转型:推荐免费空间,收集免费空间,免费空间测试,并提供原创申请教程。
★ 免备案空间,免费空间,免费国外空间,国外免费空间,免费美国空间
★ 我们是一群辛勤的小站站长,我们需要团结,我们需要共同进步!!!!
★ 达要求开空间,论坛发申请贴后,请加QQ:876812422  (一般在线、有Q必回)

TOP

回复 4# idc886


   发了。。暂时还没有解决……

TOP

返回列表