Advertisement
Guest User

Untitled

a guest
Dec 7th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. est Message Sent
  2. The result was:
  3. bool(true)
  4. The full debugging output is shown below:
  5. object(PHPMailer)#525 (73) {
  6. ["Version"]=>
  7. string(6) "5.2.10"
  8. ["Priority"]=>
  9. int(3)
  10. ["CharSet"]=>
  11. string(5) "UTF-8"
  12. ["ContentType"]=>
  13. string(10) "text/plain"
  14. ["Encoding"]=>
  15. string(4) "8bit"
  16. ["ErrorInfo"]=>
  17. string(0) ""
  18. ["From"]=>
  19. string(31) "wordpress@about.myhomeparty.net"
  20. ["FromName"]=>
  21. string(9) "WordPress"
  22. ["Sender"]=>
  23. string(0) ""
  24. ["ReturnPath"]=>
  25. string(0) ""
  26. ["Subject"]=>
  27. string(50) "WP Mail SMTP: Test mail to antoine@myhomeparty.net"
  28. ["Body"]=>
  29. string(68) "This is a test email generated by the WP Mail SMTP WordPress plugin."
  30. ["AltBody"]=>
  31. string(0) ""
  32. ["Ical"]=>
  33. string(0) ""
  34. ["MIMEBody":protected]=>
  35. string(69) "This is a test email generated by the WP Mail SMTP WordPress plugin.
  36. "
  37. ["MIMEHeader":protected]=>
  38. string(329) "Date: Mon, 7 Dec 2015 14:06:51 +0000
  39. From: WordPress
  40. Message-ID: <95290e254583b3c8911fc80d54f85ace@about.myhomeparty.net>
  41. X-Priority: 3
  42. X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
  43. MIME-Version: 1.0
  44. Content-Type: text/plain; charset=UTF-8
  45. Content-Transfer-Encoding: 8bit
  46. "
  47. ["mailHeader":protected]=>
  48. string(88) "To: antoine@myhomeparty.net
  49. Subject: WP Mail SMTP: Test mail to antoine@myhomeparty.net
  50. "
  51. ["WordWrap"]=>
  52. int(0)
  53. ["Mailer"]=>
  54. string(4) "mail"
  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(30) "Mon, 7 Dec 2015 14:06:51 +0000"
  69. ["Host"]=>
  70. string(9) "localhost"
  71. ["Port"]=>
  72. int(25)
  73. ["Helo"]=>
  74. string(0) ""
  75. ["SMTPSecure"]=>
  76. string(0) ""
  77. ["SMTPAutoTLS"]=>
  78. bool(true)
  79. ["SMTPAuth"]=>
  80. bool(false)
  81. ["SMTPOptions"]=>
  82. array(0) {
  83. }
  84. ["Username"]=>
  85. string(0) ""
  86. ["Password"]=>
  87. string(0) ""
  88. ["AuthType"]=>
  89. string(0) ""
  90. ["Realm"]=>
  91. string(0) ""
  92. ["Workstation"]=>
  93. string(0) ""
  94. ["Timeout"]=>
  95. int(300)
  96. ["SMTPDebug"]=>
  97. bool(true)
  98. ["Debugoutput"]=>
  99. string(4) "echo"
  100. ["SMTPKeepAlive"]=>
  101. bool(false)
  102. ["SingleTo"]=>
  103. bool(false)
  104. ["SingleToArray"]=>
  105. array(0) {
  106. }
  107. ["do_verp"]=>
  108. bool(false)
  109. ["AllowEmpty"]=>
  110. bool(false)
  111. ["LE"]=>
  112. string(1) "
  113. "
  114. ["DKIM_selector"]=>
  115. string(0) ""
  116. ["DKIM_identity"]=>
  117. string(0) ""
  118. ["DKIM_passphrase"]=>
  119. string(0) ""
  120. ["DKIM_domain"]=>
  121. string(0) ""
  122. ["DKIM_private"]=>
  123. string(0) ""
  124. ["action_function"]=>
  125. string(0) ""
  126. ["XMailer"]=>
  127. string(0) ""
  128. ["smtp":protected]=>
  129. NULL
  130. ["to":protected]=>
  131. array(1) {
  132. [0]=>
  133. array(2) {
  134. [0]=>
  135. string(23) "antoine@myhomeparty.net"
  136. [1]=>
  137. string(0) ""
  138. }
  139. }
  140. ["cc":protected]=>
  141. array(0) {
  142. }
  143. ["bcc":protected]=>
  144. array(0) {
  145. }
  146. ["ReplyTo":protected]=>
  147. array(0) {
  148. }
  149. ["all_recipients":protected]=>
  150. array(1) {
  151. ["antoine@myhomeparty.net"]=>
  152. bool(true)
  153. }
  154. ["attachment":protected]=>
  155. array(0) {
  156. }
  157. ["CustomHeader":protected]=>
  158. array(0) {
  159. }
  160. ["lastMessageID":protected]=>
  161. string(56) "<95290e254583b3c8911fc80d54f85ace@about.myhomeparty.net>"
  162. ["message_type":protected]=>
  163. string(5) "plain"
  164. ["boundary":protected]=>
  165. array(3) {
  166. [1]=>
  167. string(35) "b1_95290e254583b3c8911fc80d54f85ace"
  168. [2]=>
  169. string(35) "b2_95290e254583b3c8911fc80d54f85ace"
  170. [3]=>
  171. string(35) "b3_95290e254583b3c8911fc80d54f85ace"
  172. }
  173. ["language":protected]=>
  174. array(0) {
  175. }
  176. ["error_count":protected]=>
  177. int(0)
  178. ["sign_cert_file":protected]=>
  179. string(0) ""
  180. ["sign_key_file":protected]=>
  181. string(0) ""
  182. ["sign_extracerts_file":protected]=>
  183. string(0) ""
  184. ["sign_key_pass":protected]=>
  185. string(0) ""
  186. ["exceptions":protected]=>
  187. bool(true)
  188. ["uniqueid":protected]=>
  189. string(32) "95290e254583b3c8911fc80d54f85ace"
  190. }
  191. The SMTP debugging output is shown below:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement