Advertisement
Guest User

Untitled

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