Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 KB | None | 0 0
  1. The result was:
  2. bool(false)
  3. The full debugging output is shown below:
  4. object(PHPMailer)#5713 (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(35) "SMTP Error: Could not authenticate."
  17. ["From"]=>
  18. string(23) "wordpress@sas-grenet.fr"
  19. ["FromName"]=>
  20. string(9) "WordPress"
  21. ["Sender"]=>
  22. string(0) ""
  23. ["ReturnPath"]=>
  24. string(0) ""
  25. ["Subject"]=>
  26. string(46) "WP Mail SMTP: Test mail to nico83110@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(395) "Date: Mon, 30 Nov 2015 15:58:47 +0000
  38. To: nico83110@gmail.com
  39. From: WordPress
  40. Subject: WP Mail SMTP: Test mail to nico83110@gmail.com
  41. Message-ID: <70246da57053add5dd9d68a1886efb14@sas-grenet.fr>
  42. X-Priority: 3
  43. X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
  44. MIME-Version: 1.0
  45. Content-Type: text/plain; charset=UTF-8
  46. Content-Transfer-Encoding: 8bit
  47.  
  48. "
  49. ["mailHeader":protected]=>
  50. string(0) ""
  51. ["WordWrap"]=>
  52. int(0)
  53. ["Mailer"]=>
  54. string(4) "smtp"
  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(31) "Mon, 30 Nov 2015 15:58:47 +0000"
  69. ["Host"]=>
  70. string(14) "smtp.gmail.com"
  71. ["Port"]=>
  72. string(3) "465"
  73. ["Helo"]=>
  74. string(0) ""
  75. ["SMTPSecure"]=>
  76. string(3) "ssl"
  77. ["SMTPAutoTLS"]=>
  78. bool(true)
  79. ["SMTPAuth"]=>
  80. bool(true)
  81. ["SMTPOptions"]=>
  82. array(0) {
  83. }
  84. ["Username"]=>
  85. string(25) "frederic1475369@gmail.com"
  86. ["Password"]=>
  87. string(9) "sanef2014"
  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. object(SMTP)#5712 (13) {
  130. ["Version"]=>
  131. string(6) "5.2.10"
  132. ["SMTP_PORT"]=>
  133. int(25)
  134. ["CRLF"]=>
  135. string(2) "
  136. "
  137. ["do_debug"]=>
  138. bool(true)
  139. ["Debugoutput"]=>
  140. string(4) "echo"
  141. ["do_verp"]=>
  142. bool(false)
  143. ["Timeout"]=>
  144. int(300)
  145. ["Timelimit"]=>
  146. int(300)
  147. ["smtp_conn":protected]=>
  148. NULL
  149. ["error":protected]=>
  150. array(4) {
  151. ["error"]=>
  152. string(0) ""
  153. ["detail"]=>
  154. string(0) ""
  155. ["smtp_code"]=>
  156. string(0) ""
  157. ["smtp_code_ex"]=>
  158. string(0) ""
  159. }
  160. ["helo_rply":protected]=>
  161. NULL
  162. ["server_caps":protected]=>
  163. NULL
  164. ["last_reply":protected]=>
  165. string(58) "221 2.0.0 closing connection h189sm22027010wme.1 - gsmtp
  166. "
  167. }
  168. ["to":protected]=>
  169. array(1) {
  170. [0]=>
  171. array(2) {
  172. [0]=>
  173. string(19) "nico83110@gmail.com"
  174. [1]=>
  175. string(0) ""
  176. }
  177. }
  178. ["cc":protected]=>
  179. array(0) {
  180. }
  181. ["bcc":protected]=>
  182. array(0) {
  183. }
  184. ["ReplyTo":protected]=>
  185. array(0) {
  186. }
  187. ["all_recipients":protected]=>
  188. array(1) {
  189. ["nico83110@gmail.com"]=>
  190. bool(true)
  191. }
  192. ["attachment":protected]=>
  193. array(0) {
  194. }
  195. ["CustomHeader":protected]=>
  196. array(0) {
  197. }
  198. ["lastMessageID":protected]=>
  199. string(48) "<70246da57053add5dd9d68a1886efb14@sas-grenet.fr>"
  200. ["message_type":protected]=>
  201. string(5) "plain"
  202. ["boundary":protected]=>
  203. array(3) {
  204. [1]=>
  205. string(35) "b1_70246da57053add5dd9d68a1886efb14"
  206. [2]=>
  207. string(35) "b2_70246da57053add5dd9d68a1886efb14"
  208. [3]=>
  209. string(35) "b3_70246da57053add5dd9d68a1886efb14"
  210. }
  211. ["language":protected]=>
  212. array(19) {
  213. ["authenticate"]=>
  214. string(35) "SMTP Error: Could not authenticate."
  215. ["connect_host"]=>
  216. string(43) "SMTP Error: Could not connect to SMTP host."
  217. ["data_not_accepted"]=>
  218. string(30) "SMTP Error: data not accepted."
  219. ["empty_message"]=>
  220. string(18) "Message body empty"
  221. ["encoding"]=>
  222. string(18) "Unknown encoding: "
  223. ["execute"]=>
  224. string(19) "Could not execute: "
  225. ["file_access"]=>
  226. string(23) "Could not access file: "
  227. ["file_open"]=>
  228. string(33) "File Error: Could not open file: "
  229. ["from_failed"]=>
  230. string(35) "The following From address failed: "
  231. ["instantiate"]=>
  232. string(36) "Could not instantiate mail function."
  233. ["invalid_address"]=>
  234. string(15) "Invalid address"
  235. ["mailer_not_supported"]=>
  236. string(25) " mailer is not supported."
  237. ["provide_address"]=>
  238. string(54) "You must provide at least one recipient email address."
  239. ["recipients_failed"]=>
  240. string(45) "SMTP Error: The following recipients failed: "
  241. ["signing"]=>
  242. string(15) "Signing Error: "
  243. ["smtp_connect_failed"]=>
  244. string(22) "SMTP connect() failed."
  245. ["smtp_error"]=>
  246. string(19) "SMTP server error: "
  247. ["variable_set"]=>
  248. string(30) "Cannot set or reset variable: "
  249. ["extension_missing"]=>
  250. string(19) "Extension missing: "
  251. }
  252. ["error_count":protected]=>
  253. int(2)
  254. ["sign_cert_file":protected]=>
  255. string(0) ""
  256. ["sign_key_file":protected]=>
  257. string(0) ""
  258. ["sign_extracerts_file":protected]=>
  259. string(0) ""
  260. ["sign_key_pass":protected]=>
  261. string(0) ""
  262. ["exceptions":protected]=>
  263. bool(true)
  264. ["uniqueid":protected]=>
  265. string(32) "70246da57053add5dd9d68a1886efb14"
  266. }
  267. The SMTP debugging output is shown below:
  268. 2015-11-30 15:58:47 Connection: opening to ssl://smtp.gmail.com:465, timeout=300, options=array (
  269. )
  270. 2015-11-30 15:58:47 Connection: opened
  271. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was ""
  272. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "220 smtp.gmail.com ESMTP h189sm22027010wme.1 - gsmtp
  273. "
  274. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "220 smtp.gmail.com ESMTP h189sm22027010wme.1 - gsmtp
  275. "
  276. 2015-11-30 15:58:47 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP h189sm22027010wme.1 - gsmtp
  277. 2015-11-30 15:58:47 CLIENT -> SERVER: EHLO sas-grenet.fr
  278. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was ""
  279. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "250-smtp.gmail.com at your service, [212.47.241.83]
  280. "
  281. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [212.47.241.83]
  282. "
  283. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was "250-smtp.gmail.com at your service, [212.47.241.83]
  284. "
  285. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "250-SIZE 35882577
  286. "
  287. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [212.47.241.83]
  288. 250-SIZE 35882577
  289. "
  290. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was "250-smtp.gmail.com at your service, [212.47.241.83]
  291. 250-SIZE 35882577
  292. "
  293. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "250-8BITMIME
  294. "
  295. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [212.47.241.83]
  296. 250-SIZE 35882577
  297. 250-8BITMIME
  298. "
  299. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was "250-smtp.gmail.com at your service, [212.47.241.83]
  300. 250-SIZE 35882577
  301. 250-8BITMIME
  302. "
  303. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  304. "
  305. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [212.47.241.83]
  306. 250-SIZE 35882577
  307. 250-8BITMIME
  308. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  309. "
  310. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was "250-smtp.gmail.com at your service, [212.47.241.83]
  311. 250-SIZE 35882577
  312. 250-8BITMIME
  313. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  314. "
  315. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "250-ENHANCEDSTATUSCODES
  316. "
  317. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [212.47.241.83]
  318. 250-SIZE 35882577
  319. 250-8BITMIME
  320. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  321. 250-ENHANCEDSTATUSCODES
  322. "
  323. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was "250-smtp.gmail.com at your service, [212.47.241.83]
  324. 250-SIZE 35882577
  325. 250-8BITMIME
  326. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  327. 250-ENHANCEDSTATUSCODES
  328. "
  329. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "250-PIPELINING
  330. "
  331. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [212.47.241.83]
  332. 250-SIZE 35882577
  333. 250-8BITMIME
  334. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  335. 250-ENHANCEDSTATUSCODES
  336. 250-PIPELINING
  337. "
  338. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was "250-smtp.gmail.com at your service, [212.47.241.83]
  339. 250-SIZE 35882577
  340. 250-8BITMIME
  341. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  342. 250-ENHANCEDSTATUSCODES
  343. 250-PIPELINING
  344. "
  345. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "250-CHUNKING
  346. "
  347. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [212.47.241.83]
  348. 250-SIZE 35882577
  349. 250-8BITMIME
  350. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  351. 250-ENHANCEDSTATUSCODES
  352. 250-PIPELINING
  353. 250-CHUNKING
  354. "
  355. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was "250-smtp.gmail.com at your service, [212.47.241.83]
  356. 250-SIZE 35882577
  357. 250-8BITMIME
  358. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  359. 250-ENHANCEDSTATUSCODES
  360. 250-PIPELINING
  361. 250-CHUNKING
  362. "
  363. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "250 SMTPUTF8
  364. "
  365. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [212.47.241.83]
  366. 250-SIZE 35882577
  367. 250-8BITMIME
  368. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  369. 250-ENHANCEDSTATUSCODES
  370. 250-PIPELINING
  371. 250-CHUNKING
  372. 250 SMTPUTF8
  373. "
  374. 2015-11-30 15:58:47 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [212.47.241.83]
  375. 250-SIZE 35882577
  376. 250-8BITMIME
  377. 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
  378. 250-ENHANCEDSTATUSCODES
  379. 250-PIPELINING
  380. 250-CHUNKING
  381. 250 SMTPUTF8
  382. 2015-11-30 15:58:47 Auth method requested: UNKNOWN
  383. 2015-11-30 15:58:47 Auth methods available on the server: LOGIN,PLAIN,XOAUTH2,PLAIN-CLIENTTOKEN,OAUTHBEARER,XOAUTH
  384. 2015-11-30 15:58:47 Auth method selected: LOGIN
  385. 2015-11-30 15:58:47 CLIENT -> SERVER: AUTH LOGIN
  386. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was ""
  387. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "334 VXNlcm5hbWU6
  388. "
  389. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "334 VXNlcm5hbWU6
  390. "
  391. 2015-11-30 15:58:47 SERVER -> CLIENT: 334 VXNlcm5hbWU6
  392. 2015-11-30 15:58:47 CLIENT -> SERVER: ZnJlZGVyaWMxNDc1MzY5QGdtYWlsLmNvbQ==
  393. 2015-11-30 15:58:47 SMTP -> get_lines(): $data was ""
  394. 2015-11-30 15:58:47 SMTP -> get_lines(): $str is "334 UGFzc3dvcmQ6
  395. "
  396. 2015-11-30 15:58:47 SMTP -> get_lines(): $data is "334 UGFzc3dvcmQ6
  397. "
  398. 2015-11-30 15:58:47 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
  399. 2015-11-30 15:58:47 CLIENT -> SERVER: c2FuZWYyMDE0
  400. 2015-11-30 15:58:48 SMTP -> get_lines(): $data was ""
  401. 2015-11-30 15:58:48 SMTP -> get_lines(): $str is "534-5.7.14 get_lines(): $data is "534-5.7.14 get_lines(): $data was "534-5.7.14 get_lines(): $str is "534-5.7.14 LqYle_ipB_Ao8bvXDdsxh-0STGWuH_Hcm24QX7xf7S2XZw8JPA5w10WGGdoQ6SHfsMpsWr
  402. "
  403. 2015-11-30 15:58:48 SMTP -> get_lines(): $data is "534-5.7.14 get_lines(): $data was "534-5.7.14 get_lines(): $str is "534-5.7.14 R43Bx6il6H_-_NhtHFXeQaImJkSDG6EwbzWalCOmhM1n1_fqKDl9YcEvdc1b3Pun_K8Rb7
  404. "
  405. 2015-11-30 15:58:48 SMTP -> get_lines(): $data is "534-5.7.14 get_lines(): $data was "534-5.7.14 get_lines(): $str is "534-5.7.14 ynwSypkwUolXGcy3zxuQwXETJgwjJuCxSwtl0-orPiVRtq4bQk0K9JgUcFFl7b7t7b_eq_
  406. "
  407. 2015-11-30 15:58:48 SMTP -> get_lines(): $data is "534-5.7.14 get_lines(): $data was "534-5.7.14 get_lines(): $str is "534-5.7.14 NWEtRKgyPBoKGRXmBgvQ9NiAm140> Please log in via your web browser and
  408. "
  409. 2015-11-30 15:58:48 SMTP -> get_lines(): $data is "534-5.7.14 Please log in via your web browser and
  410. "
  411. 2015-11-30 15:58:48 SMTP -> get_lines(): $data was "534-5.7.14 Please log in via your web browser and
  412. "
  413. 2015-11-30 15:58:48 SMTP -> get_lines(): $str is "534-5.7.14 then try again.
  414. "
  415. 2015-11-30 15:58:48 SMTP -> get_lines(): $data is "534-5.7.14 Please log in via your web browser and
  416. 534-5.7.14 then try again.
  417. "
  418. 2015-11-30 15:58:48 SMTP -> get_lines(): $data was "534-5.7.14 Please log in via your web browser and
  419. 534-5.7.14 then try again.
  420. "
  421. 2015-11-30 15:58:48 SMTP -> get_lines(): $str is "534-5.7.14 Learn more at
  422. "
  423. 2015-11-30 15:58:48 SMTP -> get_lines(): $data is "534-5.7.14 Please log in via your web browser and
  424. 534-5.7.14 then try again.
  425. 534-5.7.14 Learn more at
  426. "
  427. 2015-11-30 15:58:48 SMTP -> get_lines(): $data was "534-5.7.14 Please log in via your web browser and
  428. 534-5.7.14 then try again.
  429. 534-5.7.14 Learn more at
  430. "
  431. 2015-11-30 15:58:48 SMTP -> get_lines(): $str is "534 5.7.14 https://support.google.com/mail/answer/78754 h189sm22027010wme.1 - gsmtp
  432. "
  433. 2015-11-30 15:58:48 SMTP -> get_lines(): $data is "534-5.7.14 Please log in via your web browser and
  434. 534-5.7.14 then try again.
  435. 534-5.7.14 Learn more at
  436. 534 5.7.14 https://support.google.com/mail/answer/78754 h189sm22027010wme.1 - gsmtp
  437. "
  438. 2015-11-30 15:58:48 SERVER -> CLIENT: 534-5.7.14 Please log in via your web browser and
  439. 534-5.7.14 then try again.
  440. 534-5.7.14 Learn more at
  441. 534 5.7.14 https://support.google.com/mail/answer/78754 h189sm22027010wme.1 - gsmtp
  442. 2015-11-30 15:58:48 SMTP ERROR: Password command failed: 534-5.7.14 Please log in via your web browser and
  443. 534-5.7.14 then try again.
  444. 534-5.7.14 Learn more at
  445. 534 5.7.14 https://support.google.com/mail/answer/78754 h189sm22027010wme.1 - gsmtp
  446. 2015-11-30 15:58:48 SMTP Error: Could not authenticate.
  447. 2015-11-30 15:58:48 CLIENT -> SERVER: QUIT
  448. 2015-11-30 15:58:48 SMTP -> get_lines(): $data was ""
  449. 2015-11-30 15:58:48 SMTP -> get_lines(): $str is "221 2.0.0 closing connection h189sm22027010wme.1 - gsmtp
  450. "
  451. 2015-11-30 15:58:48 SMTP -> get_lines(): $data is "221 2.0.0 closing connection h189sm22027010wme.1 - gsmtp
  452. "
  453. 2015-11-30 15:58:48 SERVER -> CLIENT: 221 2.0.0 closing connection h189sm22027010wme.1 - gsmtp
  454. 2015-11-30 15:58:48 Connection: closed
  455. 2015-11-30 15:58:48 SMTP Error: Could not authenticate.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement