Guest User

Untitled

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