mail: send email with attachment from commandline
I know how to send an email from command line (script) echo "body" | mail -s "subject" <a href="https://getridbug.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="80edf9c0e5ede1e9ecaee3efed">[email protected]</a> Is it possible to send attachments from commandline (script) as well? I am using heirloom-mailx on Debian Wheezy. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers … Read more