Question

All,

I want to send a mail from Unix OS (without GUI) to MS Outlook or other email account (gmail,yahoo etc). Please help.

Thanks Sachin

Was it helpful?

Solution

the common way

$ uuencode file file | mailx -s "subject" myaccount@gmail.com
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top