You can send mail using mail command in unix console by simply piping file content to this command.
Eg. cat textfile | mail -s "Subject" receipent_mail_address
for example
cat /etc/password | mail -s "my Password file" liquidbrain@mail.com :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.