Hi, I have a script that emails a cover.txt message plus a pdf attachment, but the message, while being readable, shows as an attachment too:
[-- Attachment #1 --] [-- Type: text/plain, Encoding: 7bit, Size: 0.4K --] Is there a way of having it send inline? The command I am using at the moment: mutt -a cv.pdf -s "Vacancy Enquiry" -- $email < cover.txt Any ideas would be great, thanks.