Closed sneakerush closed 1 year ago
Plaintext is not deprecated but not every email client will set a plaintext message. The Gmail web client (mail.google.com), for example, will correctly set a plaintext message. If message.plain
is None, you should parse the html
field in your application.
If i call message.plain output is None. Has anyone came up with a solution for this?
Thanks.