Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. S: 220 smtp.example.com ESMTP Postfix
  2. C: HELO relay.example.org
  3. S: 250 Hello relay.example.org, I am glad to meet you
  4. C: MAIL FROM:<bob@example.org>
  5. S: 250 Ok
  6. C: RCPT TO:<alice@example.com>
  7. S: 250 Ok
  8. C: RCPT TO:<theboss@example.com>
  9. S: 250 Ok
  10. C: DATA
  11. S: 354 End data with <CR><LF>.<CR><LF>
  12. C: From: "Bob Example" <bob@example.org>
  13. C: To: "Alice Example" <alice@example.com>
  14. C: Cc: theboss@example.com
  15. C: Date: Tue, 15 Jan 2008 16:02:43 -0500
  16. C: Subject: Test message
  17. C:
  18. C: Hello Alice.
  19. C: This is a test message with 5 header fields and 4 lines in the message body.
  20. C: Your friend,
  21. C: Bob
  22. C: .
  23. S: 250 Ok: queued as 12345
  24. C: QUIT
  25. S: 221 Bye
  26. {The server closes the connection}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement