in reply to MIME::xxx sending mail with duplicate discription

I would assume that this is by design, as there are mail readers that don't understand (or render) HTML. Also, the code of MIME::Lite::TT::HTML seems to actively parse out the text from HTML if no text is given.

Why do you consider that a problem?

  • Comment on Re: MIME::xxx sending mail with duplicate discription

Replies are listed 'Best First'.
Re^2: MIME::xxx sending mail with duplicate discription
by opensourcer (Monk) on Feb 22, 2011 at 19:14 UTC
    Resolved issue by adding  text    =>  'Empty Letter.tt' empty file, to Template :)
      If by "resolved" you mean giving people a blank page if they can't render HTML or choose not to. Good way to get flagged as spam...