Answers for "linux send attachment from command line"

0

linux send attachment from command line

#install mutt sudo apt-get install mutt
mutt -s "the subject" -a myattachment.zip -- [email protected] <<< "some message"
Posted by: Guest on January-14-2021
0

linux send attachment from command line

#install mutt sudo apt-get install mutt
mutt -s "the subject" -a myattachment.zip -- [email protected] <<< "some message"
Posted by: Guest on January-14-2021

Code answers related to "linux send attachment from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language