unixwhoopie
Programmer
I am using elm command to email a file from my script. This file is in regular format and not in a zipped format. However, the file goes in the body of the email instead of as a seperate attachment.
elm -s "Test Mail" my_email@yahoo.com < /dir/file.txt
How can I send it as a seperate attachment?
Thanks
elm -s "Test Mail" my_email@yahoo.com < /dir/file.txt
How can I send it as a seperate attachment?
Thanks