I'm sending email with html message body. Problem is, html doesn't
seem to be working. I'm trying to inline an <img .../> tag and an <a
href="...">text</a> link but neither of them is displaying properly in
Thunderbird, my email client.
On a 2nd note, I am also testing out the mail.send(...,
message=('plain text message','<html>html message</html>')). In this
case, the html message does not render, same as before. But also, when
I put Thunderbird in the mode to show only plain text, there is no
plain text message either.
Anybody have some guidance? Thanks.