send email command line tool mac code example
Example: mac send email attachment command line
#brew install mutt
mutt -s "the subject" -a myattachment.zip -- [email protected] <<< "some message"
#brew install mutt
mutt -s "the subject" -a myattachment.zip -- [email protected] <<< "some message"