Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

mac send email attachment command line

#brew install mutt
mutt -s "the subject" -a myattachment.zip -- myemail@gmail.com <<< "some message"
 
PREVIOUS NEXT
Tagged: #mac #send #email #attachment #command #line
ADD COMMENT
Topic
Name
6+5 =