mutt email attachment
Send email from unix with attachment, which in this case has been zipped with a password:
zip -P mypassword /tmp/myfile.zip myfile.csv mutt -a /tmp/myfile.zip -s "Zipfile Attached" user@email.com < /dev/null
Send email from unix with attachment, which in this case has been zipped with a password:
zip -P mypassword /tmp/myfile.zip myfile.csv mutt -a /tmp/myfile.zip -s "Zipfile Attached" user@email.com < /dev/null
Leave a Reply