Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. Connection: opening to smtp.gmail.com:587, timeout=300, options=array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ),)
  2. Connection: opened
  3. SMTP -> get_lines(): $data is ""
  4. SMTP -> get_lines(): $str is "220-ghosted.com.mixcatcomputers.com ESMTP Exim 4.89 #1 Wed, 28 Jun 2017 19:47:37 -0400 "
  5. SMTP -> get_lines(): $data is "220-ghosted.com.mixcatcomputers.com ESMTP Exim 4.89 #1 Wed, 28 Jun 2017 19:47:37 -0400 "
  6. SMTP -> get_lines(): $str is "220-We do not authorize the use of this system to transport unsolicited, "
  7. SMTP -> get_lines(): $data is "220-ghosted.com.mixcatcomputers.com ESMTP Exim 4.89 #1 Wed, 28 Jun 2017 19:47:37 -0400 220-We do not authorize the use of this system to transport unsolicited, "
  8. SMTP -> get_lines(): $str is "220 and/or bulk e-mail."
  9. SERVER -> CLIENT: 220-ghosted.com.mixcatcomputers.com ESMTP Exim 4.89 #1 Wed, 28 Jun 2017 19:47:37 -0400 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
  10. CLIENT -> SERVER: EHLO personalinjuryprofessionals.net
  11. SMTP -> get_lines(): $data is ""
  12. SMTP -> get_lines(): $str is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]"
  13. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]"
  14. SMTP -> get_lines(): $str is "250-SIZE 52428800"
  15. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800"
  16. SMTP -> get_lines(): $str is "250-8BITMIME"
  17. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME"
  18. SMTP -> get_lines(): $str is "250-PIPELINING"
  19. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME250-PIPELINING"
  20. SMTP -> get_lines(): $str is "250-AUTH PLAIN LOGIN"
  21. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN"
  22. SMTP -> get_lines(): $str is "250-STARTTLS"
  23. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250-STARTTLS"
  24. SMTP -> get_lines(): $str is "250 HELP"
  25. SERVER -> CLIENT: 250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250-STARTTLS250 HELP
  26. CLIENT -> SERVER: STARTTLS
  27. SMTP -> get_lines(): $data is ""
  28. SMTP -> get_lines(): $str is "220 TLS go ahead"
  29. SERVER -> CLIENT: 220 TLS go ahead
  30. CLIENT -> SERVER: EHLO personalinjuryprofessionals.net
  31. SMTP -> get_lines(): $data is ""
  32. SMTP -> get_lines(): $str is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]"
  33. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]"
  34. SMTP -> get_lines(): $str is "250-SIZE 52428800"
  35. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800"
  36. SMTP -> get_lines(): $str is "250-8BITMIME"
  37. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME"
  38. SMTP -> get_lines(): $str is "250-PIPELINING"
  39. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME250-PIPELINING"
  40. SMTP -> get_lines(): $str is "250-AUTH PLAIN LOGIN"
  41. SMTP -> get_lines(): $data is "250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN"
  42. SMTP -> get_lines(): $str is "250 HELP"
  43. SERVER -> CLIENT: 250-ghosted.com.mixcatcomputers.com Hello personalinjuryprofessionals.net [162.246.17.39]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250 HELP
  44. Auth method requested: XOAUTH2
  45. Auth methods available on the server: PLAIN,LOGIN
  46. SMTP Error: Could not authenticate.
  47. CLIENT -> SERVER: QUIT
  48. SMTP -> get_lines(): $data is ""
  49. SMTP -> get_lines(): $str is "221 ghosted.com.mixcatcomputers.com closing connection"
  50. SERVER -> CLIENT: 221 ghosted.com.mixcatcomputers.com closing connection
  51. Connection: closed
  52. SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement