On 2021-08-23, Loris Bennett <[email protected]> wrote: > If instead of > > mail.set_content(body) > > I do > > mail.set_content(body, cte="quoted-printable")
Try print(mail.get_content()) rather than print(mail.as_string()) -- https://mail.python.org/mailman/listinfo/python-list
