This seems like a basic question and there are variations of it. I have a ONE-COLUMN html file (let us call it status.html).
I would like to send this file which has a few images as the BODY of an email. I would like to do this using the Linux command line, but I am unsure of how to proceed. I do not know how the images will get gobbled up and formatted accordingly (i.e. are the base64 or attachments).
The key part is that I want the images in the HTML file to be in the body of the email ...
Is the a way or a Linux tool that does just this?
<<<
echo "and have a good day" | mutt [email protected] -m "the page" -a file.html img*.jpg?