Guest User

Untitled

a guest
Jun 8th, 2018
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. echo "Subject: sendmail test" | sendmail -v my@email.com
  2.  
  3. To: mymail@gmail.com
  4. Subject: sendmail test two
  5. From: me@myserver.com
  6.  
  7. And here goes the e-mail body, test test test
  8. and new line
  9.  
  10. 250 2.1.5 <mymail@gmail.com>... Recipient ok
  11. 354 Enter mail, end with "." on a line by itself
  12.  
  13. myserver.com: Name server timeout
  14. mymail@gmail.com... Deferred: Name server: [127.0.0.1]: host
  15. name lookup failure
  16. Closing connection to [127.0.0.1]
Add Comment
Please, Sign In to add comment