Advertisement
Guest User

Untitled

a guest
Oct 5th, 2018
14,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. Connection: opening to smtp.zoho.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-altar52.supremepanel52.com ESMTP Exim 4.91 #1 Fri, 05 Oct 2018 14:51:47 +0000 "
  5. SMTP -> get_lines(): $data is "220-altar52.supremepanel52.com ESMTP Exim 4.91 #1 Fri, 05 Oct 2018 14:51:47 +0000 "
  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-altar52.supremepanel52.com ESMTP Exim 4.91 #1 Fri, 05 Oct 2018 14:51:47 +0000 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-altar52.supremepanel52.com ESMTP Exim 4.91 #1 Fri, 05 Oct 2018 14:51:47 +0000 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
  10. CLIENT -> SERVER: EHLO skyblock.life
  11. SMTP -> get_lines(): $data is ""
  12. SMTP -> get_lines(): $str is "250-altar52.supremepanel52.com Hello skyblock.life [170.10.160.199]"
  13. SMTP -> get_lines(): $data is "250-altar52.supremepanel52.com Hello skyblock.life [170.10.160.199]"
  14. SMTP -> get_lines(): $str is "250-SIZE 52428800"
  15. SMTP -> get_lines(): $data is "250-altar52.supremepanel52.com Hello skyblock.life [170.10.160.199]250-SIZE 52428800"
  16. SMTP -> get_lines(): $str is "250-8BITMIME"
  17. SMTP -> get_lines(): $data is "250-altar52.supremepanel52.com Hello skyblock.life [170.10.160.199]250-SIZE 52428800250-8BITMIME"
  18. SMTP -> get_lines(): $str is "250-PIPELINING"
  19. SMTP -> get_lines(): $data is "250-altar52.supremepanel52.com Hello skyblock.life [170.10.160.199]250-SIZE 52428800250-8BITMIME250-PIPELINING"
  20. SMTP -> get_lines(): $str is "250-AUTH PLAIN LOGIN"
  21. SMTP -> get_lines(): $data is "250-altar52.supremepanel52.com Hello skyblock.life [170.10.160.199]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN"
  22. SMTP -> get_lines(): $str is "250-STARTTLS"
  23. SMTP -> get_lines(): $data is "250-altar52.supremepanel52.com Hello skyblock.life [170.10.160.199]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250-STARTTLS"
  24. SMTP -> get_lines(): $str is "250 HELP"
  25. SERVER -> CLIENT: 250-altar52.supremepanel52.com Hello skyblock.life [170.10.160.199]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250-STARTTLS250 HELP
  26. CLIENT -> SERVER: MAIL FROM:<noreply@skyblock.life>
  27. SMTP -> get_lines(): $data is ""
  28. SMTP -> get_lines(): $str is "250 OK"
  29. SERVER -> CLIENT: 250 OK
  30. CLIENT -> SERVER: RCPT TO:<franixpp@gmail.com>
  31. SMTP -> get_lines(): $data is ""
  32. SMTP -> get_lines(): $str is "550 SMTP AUTH is required for message submission on port 587"
  33. SERVER -> CLIENT: 550 SMTP AUTH is required for message submission on port 587
  34. SMTP ERROR: RCPT TO command failed: 550 SMTP AUTH is required for message submission on port 587
  35. CLIENT -> SERVER: QUIT
  36. SERVER -> CLIENT:
  37. SMTP ERROR: QUIT command failed:
  38. Connection: closed
  39. SMTP Error: The following recipients failed: franixpp@gmail.com: SMTP AUTH is required for message submission on port 587
  40. Mailer Error: SMTP Error: The following recipients failed: franixpp@gmail.com: SMTP AUTH is required for message submission on port 587
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement