I want to send a HTML file as message body and want to attach multiple text files to this email message.
Since html file needs to be sent, sendmail has to be used ( I could not do it using mailx ).
How do you send HTML body email and multiple text attachments using sendmail?
I don’t think
sendmailis going to help you with that. Go for a client likemutt, and do e.g.mutt -a file1 -a file2 -- recipient@do.main. Or go forperl.