lavr / python-emails

Modern python library for emails
http://python-emails.readthedocs.org
Other
405 stars 54 forks source link

Get rendered email as string #153

Closed rosstex closed 4 years ago

rosstex commented 4 years ago

It would be great to have a way to get the rendered email as a string. I only see that rendering occurs after calling send().

lavr commented 4 years ago

Sure we have Message.as_string and Message.as_bytes methods