Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_开发技巧Closed 11 years ago.
Improve this questionI am on ubuntu 9, what is the best way to send a file though an email using the commandline?
I believe this would work.. don't know if it's the best way but it's certainly straightforward.
mail -s "subject here" recip@domain.com < /path/to/file
精彩评论