Hello

I am a newbie to mutt and would like to use it in a bash script in order to
send mails to a list.
The script is like:

-----------------
#!/bin/sh

for i in `cat listaMail`
do
        mutt -s "All'attenzione del signore $i" $i <
/home/info/mails/mail.html
done
-----------------

The only problem is that mutt always send the mail with a content-type:
text/plain, while we would like to send a content-type: text/html.
So the receiver sees the source HTML.
Is there a way to override this default setting and let us send a
personalized content-type?
Many Thanks

Valerio Daelli


Reply via email to