Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.55 KB | None | 0 0
  1. Test Message Sent
  2. The result was:
  3. bool(true)
  4. The full debugging output is shown below:
  5. object(PHPMailer)#6123 (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(15) "admin@exlite.ru"
  20. ["FromName"]=>
  21. string(15) "admin@exlite.ru"
  22. ["Sender"]=>
  23. string(0) ""
  24. ["ReturnPath"]=>
  25. string(0) ""
  26. ["Subject"]=>
  27. string(37) "WP Mail SMTP: Test mail to lun3@bk.ru"
  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(378) "Date: Tue, 1 Sep 2015 10:25:50 +0000
  39. To: lun3@bk.ru
  40. From: "admin@exlite.ru"
  41. Subject: WP Mail SMTP: Test mail to lun3@bk.ru
  42. Message-ID:
  43. X-Priority: 3
  44. X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
  45. MIME-Version: 1.0
  46. Content-Type: text/plain; charset=UTF-8
  47. Content-Transfer-Encoding: 8bit
  48.  
  49. "
  50. ["mailHeader":protected]=>
  51. string(0) ""
  52. ["WordWrap"]=>
  53. int(0)
  54. ["Mailer"]=>
  55. string(4) "smtp"
  56. ["Sendmail"]=>
  57. string(18) "/usr/sbin/sendmail"
  58. ["UseSendmailOptions"]=>
  59. bool(true)
  60. ["PluginDir"]=>
  61. string(0) ""
  62. ["ConfirmReadingTo"]=>
  63. string(0) ""
  64. ["Hostname"]=>
  65. string(0) ""
  66. ["MessageID"]=>
  67. string(0) ""
  68. ["MessageDate"]=>
  69. string(30) "Tue, 1 Sep 2015 10:25:50 +0000"
  70. ["Host"]=>
  71. string(13) "smtp.beget.ru"
  72. ["Port"]=>
  73. string(4) "2525"
  74. ["Helo"]=>
  75. string(0) ""
  76. ["SMTPSecure"]=>
  77. string(3) "tls"
  78. ["SMTPAutoTLS"]=>
  79. bool(true)
  80. ["SMTPAuth"]=>
  81. bool(true)
  82. ["SMTPOptions"]=>
  83. array(0) {
  84. }
  85. ["Username"]=>
  86. string(15) "admin@exlite.ru"
  87. ["Password"]=>
  88. string(8) "ZZ#s{GX{"
  89. ["AuthType"]=>
  90. string(0) ""
  91. ["Realm"]=>
  92. string(0) ""
  93. ["Workstation"]=>
  94. string(0) ""
  95. ["Timeout"]=>
  96. int(300)
  97. ["SMTPDebug"]=>
  98. bool(true)
  99. ["Debugoutput"]=>
  100. string(4) "echo"
  101. ["SMTPKeepAlive"]=>
  102. bool(false)
  103. ["SingleTo"]=>
  104. bool(false)
  105. ["SingleToArray"]=>
  106. array(0) {
  107. }
  108. ["do_verp"]=>
  109. bool(false)
  110. ["AllowEmpty"]=>
  111. bool(false)
  112. ["LE"]=>
  113. string(1) "
  114. "
  115. ["DKIM_selector"]=>
  116. string(0) ""
  117. ["DKIM_identity"]=>
  118. string(0) ""
  119. ["DKIM_passphrase"]=>
  120. string(0) ""
  121. ["DKIM_domain"]=>
  122. string(0) ""
  123. ["DKIM_private"]=>
  124. string(0) ""
  125. ["action_function"]=>
  126. string(0) ""
  127. ["XMailer"]=>
  128. string(0) ""
  129. ["smtp":protected]=>
  130. object(SMTP)#6122 (13) {
  131. ["Version"]=>
  132. string(6) "5.2.10"
  133. ["SMTP_PORT"]=>
  134. int(25)
  135. ["CRLF"]=>
  136. string(2) "
  137. "
  138. ["do_debug"]=>
  139. bool(true)
  140. ["Debugoutput"]=>
  141. string(4) "echo"
  142. ["do_verp"]=>
  143. bool(false)
  144. ["Timeout"]=>
  145. int(300)
  146. ["Timelimit"]=>
  147. int(300)
  148. ["smtp_conn":protected]=>
  149. NULL
  150. ["error":protected]=>
  151. array(4) {
  152. ["error"]=>
  153. string(0) ""
  154. ["detail"]=>
  155. string(0) ""
  156. ["smtp_code"]=>
  157. string(0) ""
  158. ["smtp_code_ex"]=>
  159. string(0) ""
  160. }
  161. ["helo_rply":protected]=>
  162. NULL
  163. ["server_caps":protected]=>
  164. NULL
  165. ["last_reply":protected]=>
  166. string(38) "221 smtp.beget.ru closing connection
  167. "
  168. }
  169. ["to":protected]=>
  170. array(1) {
  171. [0]=>
  172. array(2) {
  173. [0]=>
  174. string(10) "lun3@bk.ru"
  175. [1]=>
  176. string(0) ""
  177. }
  178. }
  179. ["cc":protected]=>
  180. array(0) {
  181. }
  182. ["bcc":protected]=>
  183. array(0) {
  184. }
  185. ["ReplyTo":protected]=>
  186. array(0) {
  187. }
  188. ["all_recipients":protected]=>
  189. array(1) {
  190. ["lun3@bk.ru"]=>
  191. bool(true)
  192. }
  193. ["attachment":protected]=>
  194. array(0) {
  195. }
  196. ["CustomHeader":protected]=>
  197. array(0) {
  198. }
  199. ["lastMessageID":protected]=>
  200. string(50) ""
  201. ["message_type":protected]=>
  202. string(5) "plain"
  203. ["boundary":protected]=>
  204. array(3) {
  205. [1]=>
  206. string(35) "b1_ab836b772111e6770a7c33dc9df562ba"
  207. [2]=>
  208. string(35) "b2_ab836b772111e6770a7c33dc9df562ba"
  209. [3]=>
  210. string(35) "b3_ab836b772111e6770a7c33dc9df562ba"
  211. }
  212. ["language":protected]=>
  213. array(0) {
  214. }
  215. ["error_count":protected]=>
  216. int(0)
  217. ["sign_cert_file":protected]=>
  218. string(0) ""
  219. ["sign_key_file":protected]=>
  220. string(0) ""
  221. ["sign_extracerts_file":protected]=>
  222. string(0) ""
  223. ["sign_key_pass":protected]=>
  224. string(0) ""
  225. ["exceptions":protected]=>
  226. bool(true)
  227. ["uniqueid":protected]=>
  228. string(32) "ab836b772111e6770a7c33dc9df562ba"
  229. }
  230. The SMTP debugging output is shown below:
  231. 2015-09-01 10:25:50 Connection: opening to smtp.beget.ru:2525, timeout=300, options=array (
  232. )
  233. 2015-09-01 10:25:50 Connection: opened
  234. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  235. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "220 smtp.beget.ru
  236. "
  237. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "220 smtp.beget.ru
  238. "
  239. 2015-09-01 10:25:50 SERVER -> CLIENT: 220 smtp.beget.ru
  240. 2015-09-01 10:25:50 CLIENT -> SERVER: EHLO basko.exlite.ru
  241. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  242. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  243. "
  244. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  245. "
  246. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  247. "
  248. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-SIZE 62914560
  249. "
  250. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  251. 250-SIZE 62914560
  252. "
  253. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  254. 250-SIZE 62914560
  255. "
  256. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-8BITMIME
  257. "
  258. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  259. 250-SIZE 62914560
  260. 250-8BITMIME
  261. "
  262. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  263. 250-SIZE 62914560
  264. 250-8BITMIME
  265. "
  266. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-PIPELINING
  267. "
  268. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  269. 250-SIZE 62914560
  270. 250-8BITMIME
  271. 250-PIPELINING
  272. "
  273. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  274. 250-SIZE 62914560
  275. 250-8BITMIME
  276. 250-PIPELINING
  277. "
  278. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-AUTH LOGIN
  279. "
  280. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  281. 250-SIZE 62914560
  282. 250-8BITMIME
  283. 250-PIPELINING
  284. 250-AUTH LOGIN
  285. "
  286. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  287. 250-SIZE 62914560
  288. 250-8BITMIME
  289. 250-PIPELINING
  290. 250-AUTH LOGIN
  291. "
  292. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-STARTTLS
  293. "
  294. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  295. 250-SIZE 62914560
  296. 250-8BITMIME
  297. 250-PIPELINING
  298. 250-AUTH LOGIN
  299. 250-STARTTLS
  300. "
  301. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  302. 250-SIZE 62914560
  303. 250-8BITMIME
  304. 250-PIPELINING
  305. 250-AUTH LOGIN
  306. 250-STARTTLS
  307. "
  308. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250 HELP
  309. "
  310. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  311. 250-SIZE 62914560
  312. 250-8BITMIME
  313. 250-PIPELINING
  314. 250-AUTH LOGIN
  315. 250-STARTTLS
  316. 250 HELP
  317. "
  318. 2015-09-01 10:25:50 SERVER -> CLIENT: 250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  319. 250-SIZE 62914560
  320. 250-8BITMIME
  321. 250-PIPELINING
  322. 250-AUTH LOGIN
  323. 250-STARTTLS
  324. 250 HELP
  325. 2015-09-01 10:25:50 CLIENT -> SERVER: STARTTLS
  326. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  327. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "220 TLS go ahead
  328. "
  329. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "220 TLS go ahead
  330. "
  331. 2015-09-01 10:25:50 SERVER -> CLIENT: 220 TLS go ahead
  332. 2015-09-01 10:25:50 CLIENT -> SERVER: EHLO basko.exlite.ru
  333. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  334. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  335. "
  336. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  337. "
  338. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  339. "
  340. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-SIZE 62914560
  341. "
  342. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  343. 250-SIZE 62914560
  344. "
  345. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  346. 250-SIZE 62914560
  347. "
  348. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-8BITMIME
  349. "
  350. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  351. 250-SIZE 62914560
  352. 250-8BITMIME
  353. "
  354. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  355. 250-SIZE 62914560
  356. 250-8BITMIME
  357. "
  358. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-PIPELINING
  359. "
  360. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  361. 250-SIZE 62914560
  362. 250-8BITMIME
  363. 250-PIPELINING
  364. "
  365. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  366. 250-SIZE 62914560
  367. 250-8BITMIME
  368. 250-PIPELINING
  369. "
  370. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250-AUTH LOGIN
  371. "
  372. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  373. 250-SIZE 62914560
  374. 250-8BITMIME
  375. 250-PIPELINING
  376. 250-AUTH LOGIN
  377. "
  378. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  379. 250-SIZE 62914560
  380. 250-8BITMIME
  381. 250-PIPELINING
  382. 250-AUTH LOGIN
  383. "
  384. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250 HELP
  385. "
  386. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  387. 250-SIZE 62914560
  388. 250-8BITMIME
  389. 250-PIPELINING
  390. 250-AUTH LOGIN
  391. 250 HELP
  392. "
  393. 2015-09-01 10:25:50 SERVER -> CLIENT: 250-smtp.beget.ru Hello m1.germes.beget.ru [5.101.157.14]
  394. 250-SIZE 62914560
  395. 250-8BITMIME
  396. 250-PIPELINING
  397. 250-AUTH LOGIN
  398. 250 HELP
  399. 2015-09-01 10:25:50 Auth method requested: UNKNOWN
  400. 2015-09-01 10:25:50 Auth methods available on the server: LOGIN
  401. 2015-09-01 10:25:50 Auth method selected: LOGIN
  402. 2015-09-01 10:25:50 CLIENT -> SERVER: AUTH LOGIN
  403. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  404. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "334 VXNlcm5hbWU6
  405. "
  406. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "334 VXNlcm5hbWU6
  407. "
  408. 2015-09-01 10:25:50 SERVER -> CLIENT: 334 VXNlcm5hbWU6
  409. 2015-09-01 10:25:50 CLIENT -> SERVER: YWRtaW5AZXhsaXRlLnJ1
  410. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  411. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "334 UGFzc3dvcmQ6
  412. "
  413. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "334 UGFzc3dvcmQ6
  414. "
  415. 2015-09-01 10:25:50 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
  416. 2015-09-01 10:25:50 CLIENT -> SERVER: Wlojc3tHWHs=
  417. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  418. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "235 Authentication succeeded
  419. "
  420. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "235 Authentication succeeded
  421. "
  422. 2015-09-01 10:25:50 SERVER -> CLIENT: 235 Authentication succeeded
  423. 2015-09-01 10:25:50 CLIENT -> SERVER: MAIL FROM:
  424. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  425. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250 OK
  426. "
  427. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250 OK
  428. "
  429. 2015-09-01 10:25:50 SERVER -> CLIENT: 250 OK
  430. 2015-09-01 10:25:50 CLIENT -> SERVER: RCPT TO:
  431. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  432. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "250 Accepted
  433. "
  434. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "250 Accepted
  435. "
  436. 2015-09-01 10:25:50 SERVER -> CLIENT: 250 Accepted
  437. 2015-09-01 10:25:50 CLIENT -> SERVER: DATA
  438. 2015-09-01 10:25:50 SMTP -> get_lines(): $data was ""
  439. 2015-09-01 10:25:50 SMTP -> get_lines(): $str is "354 Enter message, ending with "." on a line by itself
  440. "
  441. 2015-09-01 10:25:50 SMTP -> get_lines(): $data is "354 Enter message, ending with "." on a line by itself
  442. "
  443. 2015-09-01 10:25:50 SERVER -> CLIENT: 354 Enter message, ending with "." on a line by itself
  444. 2015-09-01 10:25:50 CLIENT -> SERVER: Date: Tue, 1 Sep 2015 10:25:50 +0000
  445. 2015-09-01 10:25:50 CLIENT -> SERVER: To: lun3@bk.ru
  446. 2015-09-01 10:25:50 CLIENT -> SERVER: From: "admin@exlite.ru"
  447. 2015-09-01 10:25:50 CLIENT -> SERVER: Subject: WP Mail SMTP: Test mail to lun3@bk.ru
  448. 2015-09-01 10:25:50 CLIENT -> SERVER: Message-ID:
  449. 2015-09-01 10:25:50 CLIENT -> SERVER: X-Priority: 3
  450. 2015-09-01 10:25:50 CLIENT -> SERVER: X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
  451. 2015-09-01 10:25:50 CLIENT -> SERVER: MIME-Version: 1.0
  452. 2015-09-01 10:25:50 CLIENT -> SERVER: Content-Type: text/plain; charset=UTF-8
  453. 2015-09-01 10:25:50 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit
  454. 2015-09-01 10:25:50 CLIENT -> SERVER:
  455. 2015-09-01 10:25:50 CLIENT -> SERVER: This is a test email generated by the WP Mail SMTP WordPress plugin.
  456. 2015-09-01 10:25:50 CLIENT -> SERVER:
  457. 2015-09-01 10:25:50 CLIENT -> SERVER: .
  458. 2015-09-01 10:25:51 SMTP -> get_lines(): $data was ""
  459. 2015-09-01 10:25:51 SMTP -> get_lines(): $str is "250 OK id=1ZWilC-0004F5-RC
  460. "
  461. 2015-09-01 10:25:51 SMTP -> get_lines(): $data is "250 OK id=1ZWilC-0004F5-RC
  462. "
  463. 2015-09-01 10:25:51 SERVER -> CLIENT: 250 OK id=1ZWilC-0004F5-RC
  464. 2015-09-01 10:25:51 CLIENT -> SERVER: QUIT
  465. 2015-09-01 10:25:51 SMTP -> get_lines(): $data was ""
  466. 2015-09-01 10:25:51 SMTP -> get_lines(): $str is "221 smtp.beget.ru closing connection
  467. "
  468. 2015-09-01 10:25:51 SMTP -> get_lines(): $data is "221 smtp.beget.ru closing connection
  469. "
  470. 2015-09-01 10:25:51 SERVER -> CLIENT: 221 smtp.beget.ru closing connection
  471. 2015-09-01 10:25:51 Connection: closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement