Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. The result was:
  2.  
  3. See FAQ
  4.  
  5. bool(false)
  6.  
  7. The full debugging output is shown below:
  8.  
  9. See FAQ
  10.  
  11. object(PHPMailer)#1257 (75) {
  12. ["Version"]=>
  13. string(6) "5.2.14"
  14. ["Priority"]=>
  15. NULL
  16. ["CharSet"]=>
  17. string(5) "UTF-8"
  18. ["ContentType"]=>
  19. string(10) "text/plain"
  20. ["Encoding"]=>
  21. string(4) "8bit"
  22. ["ErrorInfo"]=>
  23. string(82) "SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting"
  24. ["From"]=>
  25. string(24) "jia_huey1314@hotmail.com"
  26. ["FromName"]=>
  27. string(11) "my-LovePets"
  28. ["Sender"]=>
  29. string(24) "jia_huey1314@hotmail.com"
  30. ["ReturnPath"]=>
  31. string(0) ""
  32. ["Subject"]=>
  33. string(34) "Test email to jia_huey04@yahoo.com"
  34. ["Body"]=>
  35. string(80) "This is a test email generated by the Fast Secure Contact Form
  36. WordPress plugin."
  37. ["AltBody"]=>
  38. string(0) ""
  39. ["Ical"]=>
  40. string(0) ""
  41. ["MIMEBody":protected]=>
  42. string(81) "This is a test email generated by the Fast Secure Contact Form
  43. WordPress plugin.
  44. "
  45. ["MIMEHeader":protected]=>
  46. string(409) "Date: Sat, 27 Aug 2016 17:20:27 +0000
  47. To: jia_huey04@yahoo.com
  48. From: my-LovePets
  49. Reply-To: jia_huey04@yahoo.com
  50. Subject: Test email to jia_huey04@yahoo.com
  51. Message-ID:
  52. X-Mailer: PHPMailer 5.2.14 (https://github.com/PHPMailer/PHPMailer)
  53. MIME-Version: 1.0
  54. Content-Type: text/plain; charset=UTF-8
  55. Content-Transfer-Encoding: 8bit
  56.  
  57. "
  58. ["mailHeader":protected]=>
  59. string(0) ""
  60. ["WordWrap"]=>
  61. int(0)
  62. ["Mailer"]=>
  63. string(4) "smtp"
  64. ["Sendmail"]=>
  65. string(18) "/usr/sbin/sendmail"
  66. ["UseSendmailOptions"]=>
  67. bool(true)
  68. ["PluginDir"]=>
  69. string(0) ""
  70. ["ConfirmReadingTo"]=>
  71. string(0) ""
  72. ["Hostname"]=>
  73. string(0) ""
  74. ["MessageID"]=>
  75. string(0) ""
  76. ["MessageDate"]=>
  77. string(31) "Sat, 27 Aug 2016 17:20:27 +0000"
  78. ["Host"]=>
  79. string(20) "mail.my-lovepets.com"
  80. ["Port"]=>
  81. string(2) "25"
  82. ["Helo"]=>
  83. string(0) ""
  84. ["SMTPSecure"]=>
  85. string(3) "ssl"
  86. ["SMTPAutoTLS"]=>
  87. bool(false)
  88. ["SMTPAuth"]=>
  89. bool(true)
  90. ["SMTPOptions"]=>
  91. array(0) {
  92. }
  93. ["Username"]=>
  94. string(23) "jiahuey@my-lovepets.com"
  95. ["Password"]=>
  96. string(9) "P2ssw0rdz"
  97. ["AuthType"]=>
  98. string(0) ""
  99. ["Realm"]=>
  100. string(0) ""
  101. ["Workstation"]=>
  102. string(0) ""
  103. ["Timeout"]=>
  104. int(300)
  105. ["SMTPDebug"]=>
  106. int(2)
  107. ["Debugoutput"]=>
  108. string(4) "echo"
  109. ["SMTPKeepAlive"]=>
  110. bool(false)
  111. ["SingleTo"]=>
  112. bool(false)
  113. ["SingleToArray"]=>
  114. array(0) {
  115. }
  116. ["do_verp"]=>
  117. bool(false)
  118. ["AllowEmpty"]=>
  119. bool(false)
  120. ["LE"]=>
  121. string(1) "
  122. "
  123. ["DKIM_selector"]=>
  124. string(0) ""
  125. ["DKIM_identity"]=>
  126. string(0) ""
  127. ["DKIM_passphrase"]=>
  128. string(0) ""
  129. ["DKIM_domain"]=>
  130. string(0) ""
  131. ["DKIM_private"]=>
  132. string(0) ""
  133. ["action_function"]=>
  134. string(0) ""
  135. ["XMailer"]=>
  136. string(0) ""
  137. ["smtp":protected]=>
  138. object(SMTP)#1216 (13) {
  139. ["Version"]=>
  140. string(6) "5.2.14"
  141. ["SMTP_PORT"]=>
  142. int(25)
  143. ["CRLF"]=>
  144. string(2) "
  145. "
  146. ["do_debug"]=>
  147. int(2)
  148. ["Debugoutput"]=>
  149. string(4) "echo"
  150. ["do_verp"]=>
  151. bool(false)
  152. ["Timeout"]=>
  153. int(300)
  154. ["Timelimit"]=>
  155. int(300)
  156. ["smtp_conn":protected]=>
  157. bool(false)
  158. ["error":protected]=>
  159. array(4) {
  160. ["error"]=>
  161. string(0) ""
  162. ["detail"]=>
  163. string(0) ""
  164. ["smtp_code"]=>
  165. string(0) ""
  166. ["smtp_code_ex"]=>
  167. string(0) ""
  168. }
  169. ["helo_rply":protected]=>
  170. NULL
  171. ["server_caps":protected]=>
  172. NULL
  173. ["last_reply":protected]=>
  174. string(0) ""
  175. }
  176. ["to":protected]=>
  177. array(1) {
  178. [0]=>
  179. array(2) {
  180. [0]=>
  181. string(20) "jia_huey04@yahoo.com"
  182. [1]=>
  183. string(0) ""
  184. }
  185. }
  186. ["cc":protected]=>
  187. array(0) {
  188. }
  189. ["bcc":protected]=>
  190. array(0) {
  191. }
  192. ["ReplyTo":protected]=>
  193. array(1) {
  194. ["jia_huey04@yahoo.com"]=>
  195. array(2) {
  196. [0]=>
  197. string(20) "jia_huey04@yahoo.com"
  198. [1]=>
  199. string(0) ""
  200. }
  201. }
  202. ["all_recipients":protected]=>
  203. array(1) {
  204. ["jia_huey04@yahoo.com"]=>
  205. bool(true)
  206. }
  207. ["RecipientsQueue":protected]=>
  208. array(0) {
  209. }
  210. ["ReplyToQueue":protected]=>
  211. array(0) {
  212. }
  213. ["attachment":protected]=>
  214. array(0) {
  215. }
  216. ["CustomHeader":protected]=>
  217. array(0) {
  218. }
  219. ["lastMessageID":protected]=>
  220. string(54) ""
  221. ["message_type":protected]=>
  222. string(5) "plain"
  223. ["boundary":protected]=>
  224. array(3) {
  225. [1]=>
  226. string(35) "b1_fa24b8a44ae4179e27469fc6eda93bf5"
  227. [2]=>
  228. string(35) "b2_fa24b8a44ae4179e27469fc6eda93bf5"
  229. [3]=>
  230. string(35) "b3_fa24b8a44ae4179e27469fc6eda93bf5"
  231. }
  232. ["language":protected]=>
  233. array(19) {
  234. ["authenticate"]=>
  235. string(35) "SMTP Error: Could not authenticate."
  236. ["connect_host"]=>
  237. string(43) "SMTP Error: Could not connect to SMTP host."
  238. ["data_not_accepted"]=>
  239. string(30) "SMTP Error: data not accepted."
  240. ["empty_message"]=>
  241. string(18) "Message body empty"
  242. ["encoding"]=>
  243. string(18) "Unknown encoding: "
  244. ["execute"]=>
  245. string(19) "Could not execute: "
  246. ["file_access"]=>
  247. string(23) "Could not access file: "
  248. ["file_open"]=>
  249. string(33) "File Error: Could not open file: "
  250. ["from_failed"]=>
  251. string(35) "The following From address failed: "
  252. ["instantiate"]=>
  253. string(36) "Could not instantiate mail function."
  254. ["invalid_address"]=>
  255. string(17) "Invalid address: "
  256. ["mailer_not_supported"]=>
  257. string(25) " mailer is not supported."
  258. ["provide_address"]=>
  259. string(54) "You must provide at least one recipient email address."
  260. ["recipients_failed"]=>
  261. string(45) "SMTP Error: The following recipients failed: "
  262. ["signing"]=>
  263. string(15) "Signing Error: "
  264. ["smtp_connect_failed"]=>
  265. string(22) "SMTP connect() failed."
  266. ["smtp_error"]=>
  267. string(19) "SMTP server error: "
  268. ["variable_set"]=>
  269. string(30) "Cannot set or reset variable: "
  270. ["extension_missing"]=>
  271. string(19) "Extension missing: "
  272. }
  273. ["error_count":protected]=>
  274. int(1)
  275. ["sign_cert_file":protected]=>
  276. string(0) ""
  277. ["sign_key_file":protected]=>
  278. string(0) ""
  279. ["sign_extracerts_file":protected]=>
  280. string(0) ""
  281. ["sign_key_pass":protected]=>
  282. string(0) ""
  283. ["exceptions":protected]=>
  284. bool(false)
  285. ["uniqueid":protected]=>
  286. string(32) "fa24b8a44ae4179e27469fc6eda93bf5"
  287. }
  288.  
  289. The Email debugging output is shown below:
  290.  
  291. See FAQ
  292.  
  293. 2016-08-27 17:20:27 SMTP ERROR: Failed to connect to server: (0)
  294. 2016-08-27 17:20:27 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement