in reply to Re: Mail::Sendmail Multipart MIME isn't working
in thread Mail::Sendmail Multipart MIME isn't working

I tried that. I also added $html = encode_qp $html; because I think the HTML has to be quoted printable to be used in MIME. That works much better, i.e., the message gets interpreted as HTML.

OTOH now all the quotes are disappearing from the HTML. Anyone know why that is?