Hi , I need to use mutt with out user intervention. i.e my shell script will send my files as attachments to my mail DL automatically.
I tried like this... Mutt -a attachment1 -a attachment2 -s SampleSubjectLine <<mymailId>> This is prompting me to confirm the mail body as well as other items. I want to avoid this.