Advertisement
Guest User

Untitled

a guest
Dec 20th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Server Response: 220 mydomain.com SMTP
  2. Client Sending : HELO domain.com
  3. Server Response: 250 Hello domain.com
  4. Client Sending : MAIL FROM: <me@domain.com>
  5. Server Response: 250 Ok
  6. Client Sending : RCPT TO: <bob@mydomain.com>
  7. Server Response: 250 Ok
  8. Client Sending : DATA
  9. Server Response: 354 End data with <CR><LF>.<CR><LF>
  10. Client Sending : Subject: Example Message
  11. Client Sending : From: me@domain.com
  12. Client Sending : To: bob@mydomain.com
  13. Client Sending :
  14. Client Sending : Yo,
  15. Client Sending :
  16. Client Sending : Sending a test message.
  17. Client Sending :
  18. Client Sending : Later,
  19. Client Sending : Carl
  20. Client Sending : .
  21. Server Response: 250 Ok: queued as 45334
  22. Client Sending : QUIT
  23. Server Response: 221 Bye
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement