echo "This is message body" | mail -s "This is Subject" -r "Support<[email protected]>" -a /path/to/file [email protected]
send email from commandline
Posted in Uncategorized.
echo "This is message body" | mail -s "This is Subject" -r "Support<[email protected]>" -a /path/to/file [email protected]