Advertisement
aka40

WP-Mail-SMTP

Apr 22nd, 2014
1,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. The full debugging output is shown below:
  2.  
  3. object(PHPMailer)#615 (69) {
  4. ["Version"]=>
  5. string(5) "5.2.7"
  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(22) "SMTP connect() failed."
  16. ["From"]=>
  17. string(27) "webmaster@mydomain.com"
  18. ["FromName"]=>
  19. string(14) "My Site"
  20. ["Sender"]=>
  21. string(27) "webmaster@mydomain.com"
  22. ["ReturnPath"]=>
  23. string(0) ""
  24. ["Subject"]=>
  25. string(48) "WP Mail SMTP: Test mail to testaddress@gmail.com"
  26. ["Body"]=>
  27. string(68) "This is a test email generated by the WP Mail SMTP WordPress plugin."
  28. ["AltBody"]=>
  29. string(0) ""
  30. ["Ical"]=>
  31. string(0) ""
  32. ["MIMEBody":protected]=>
  33. string(69) "This is a test email generated by the WP Mail SMTP WordPress plugin.
  34. "
  35. ["MIMEHeader":protected]=>
  36. string(454) "Date: Tue, 22 Apr 2014 15:30:42 +0000
  37. Return-Path: <webmaster@mydomain.com>
  38. To: testaddress@gmail.com
  39. From: My Site <webmaster@mydomain.com>
  40. Subject: WP Mail SMTP: Test mail to testaddress@gmail.com
  41. Message-ID: <16df4b1d9cdf6bc86d3fc02bd22fd09d@mydomain.com>
  42. X-Priority: 3
  43. X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
  44. MIME-Version: 1.0
  45. Content-Type: text/plain; charset=UTF-8
  46. Content-Transfer-Encoding: 8bit
  47.  
  48. "
  49. ["mailHeader":protected]=>
  50. string(0) ""
  51. ["WordWrap"]=>
  52. int(0)
  53. ["Mailer"]=>
  54. string(4) "smtp"
  55. ["Sendmail"]=>
  56. string(18) "/usr/sbin/sendmail"
  57. ["UseSendmailOptions"]=>
  58. bool(true)
  59. ["PluginDir"]=>
  60. string(0) ""
  61. ["ConfirmReadingTo"]=>
  62. string(0) ""
  63. ["Hostname"]=>
  64. string(0) ""
  65. ["MessageID"]=>
  66. string(0) ""
  67. ["MessageDate"]=>
  68. string(0) ""
  69. ["Host"]=>
  70. string(13) "SMTP.live.com"
  71. ["Port"]=>
  72. string(3) "587"
  73. ["Helo"]=>
  74. string(0) ""
  75. ["SMTPSecure"]=>
  76. string(3) "ssl"
  77. ["SMTPAuth"]=>
  78. bool(true)
  79. ["Username"]=>
  80. string(27) "webmaster@mydomain.com"
  81. ["Password"]=>
  82. string(16) "password here"
  83. ["AuthType"]=>
  84. string(0) ""
  85. ["Realm"]=>
  86. string(0) ""
  87. ["Workstation"]=>
  88. string(0) ""
  89. ["Timeout"]=>
  90. int(10)
  91. ["SMTPDebug"]=>
  92. bool(true)
  93. ["Debugoutput"]=>
  94. string(4) "echo"
  95. ["SMTPKeepAlive"]=>
  96. bool(false)
  97. ["SingleTo"]=>
  98. bool(false)
  99. ["SingleToArray"]=>
  100. array(0) {
  101. }
  102. ["do_verp"]=>
  103. bool(false)
  104. ["AllowEmpty"]=>
  105. bool(false)
  106. ["LE"]=>
  107. string(1) "
  108. "
  109. ["DKIM_selector"]=>
  110. string(0) ""
  111. ["DKIM_identity"]=>
  112. string(0) ""
  113. ["DKIM_passphrase"]=>
  114. string(0) ""
  115. ["DKIM_domain"]=>
  116. string(0) ""
  117. ["DKIM_private"]=>
  118. string(0) ""
  119. ["action_function"]=>
  120. string(0) ""
  121. ["XMailer"]=>
  122. string(0) ""
  123. ["smtp":protected]=>
  124. object(SMTP)#616 (12) {
  125. ["Version"]=>
  126. string(5) "5.2.7"
  127. ["SMTP_PORT"]=>
  128. int(25)
  129. ["CRLF"]=>
  130. string(2) "
  131. "
  132. ["do_debug"]=>
  133. bool(true)
  134. ["Debugoutput"]=>
  135. string(4) "echo"
  136. ["do_verp"]=>
  137. bool(false)
  138. ["Timeout"]=>
  139. int(10)
  140. ["Timelimit"]=>
  141. int(30)
  142. ["smtp_conn":protected]=>
  143. bool(false)
  144. ["error":protected]=>
  145. NULL
  146. ["helo_rply":protected]=>
  147. NULL
  148. ["last_reply":protected]=>
  149. string(0) ""
  150. }
  151. ["to":protected]=>
  152. array(1) {
  153. [0]=>
  154. array(2) {
  155. [0]=>
  156. string(21) "testaddress@gmail.com"
  157. [1]=>
  158. string(0) ""
  159. }
  160. }
  161. ["cc":protected]=>
  162. array(0) {
  163. }
  164. ["bcc":protected]=>
  165. array(0) {
  166. }
  167. ["ReplyTo":protected]=>
  168. array(0) {
  169. }
  170. ["all_recipients":protected]=>
  171. array(1) {
  172. ["testaddress@gmail.com"]=>
  173. bool(true)
  174. }
  175. ["attachment":protected]=>
  176. array(0) {
  177. }
  178. ["CustomHeader":protected]=>
  179. array(0) {
  180. }
  181. ["lastMessageID":protected]=>
  182. string(52) "<16df4b1d9cdf6bc86d3fc02bd22fd09d@mydomain.com>"
  183. ["message_type":protected]=>
  184. string(5) "plain"
  185. ["boundary":protected]=>
  186. array(3) {
  187. [1]=>
  188. string(35) "b1_16df4b1d9cdf6bc86d3fc02bd22fd09d"
  189. [2]=>
  190. string(35) "b2_16df4b1d9cdf6bc86d3fc02bd22fd09d"
  191. [3]=>
  192. string(35) "b3_16df4b1d9cdf6bc86d3fc02bd22fd09d"
  193. }
  194. ["language":protected]=>
  195. array(18) {
  196. ["authenticate"]=>
  197. string(35) "SMTP Error: Could not authenticate."
  198. ["connect_host"]=>
  199. string(43) "SMTP Error: Could not connect to SMTP host."
  200. ["data_not_accepted"]=>
  201. string(30) "SMTP Error: data not accepted."
  202. ["empty_message"]=>
  203. string(18) "Message body empty"
  204. ["encoding"]=>
  205. string(18) "Unknown encoding: "
  206. ["execute"]=>
  207. string(19) "Could not execute: "
  208. ["file_access"]=>
  209. string(23) "Could not access file: "
  210. ["file_open"]=>
  211. string(33) "File Error: Could not open file: "
  212. ["from_failed"]=>
  213. string(35) "The following From address failed: "
  214. ["instantiate"]=>
  215. string(36) "Could not instantiate mail function."
  216. ["invalid_address"]=>
  217. string(15) "Invalid address"
  218. ["mailer_not_supported"]=>
  219. string(25) " mailer is not supported."
  220. ["provide_address"]=>
  221. string(54) "You must provide at least one recipient email address."
  222. ["recipients_failed"]=>
  223. string(45) "SMTP Error: The following recipients failed: "
  224. ["signing"]=>
  225. string(15) "Signing Error: "
  226. ["smtp_connect_failed"]=>
  227. string(22) "SMTP connect() failed."
  228. ["smtp_error"]=>
  229. string(19) "SMTP server error: "
  230. ["variable_set"]=>
  231. string(30) "Cannot set or reset variable: "
  232. }
  233. ["error_count":protected]=>
  234. int(2)
  235. ["sign_cert_file":protected]=>
  236. string(0) ""
  237. ["sign_key_file":protected]=>
  238. string(0) ""
  239. ["sign_key_pass":protected]=>
  240. string(0) ""
  241. ["exceptions":protected]=>
  242. bool(true)
  243. }
  244.  
  245. The SMTP debugging output is shown below:
  246.  
  247. SMTP -> ERROR: Failed to connect to server: Connection timed out (110)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement