* vdaelli <[EMAIL PROTECTED]> [2002-09-12 12:40]: > ----------------- > #!/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
Not exactly what you want, I think, but you could use -a and send it as an attachment instead. -- David Rock [EMAIL PROTECTED]
msg30926/pgp00000.pgp
Description: PGP signature
