postmarker icon indicating copy to clipboard operation
postmarker copied to clipboard

Suggestion: better string representation of Email object

Open gregsadetsky opened this issue 3 years ago • 0 comments

After creating an Email object, converting it to a string representation leads to a confusing output.

Example:

e = postmark_client.emails.Email(From="[email protected]", To="[email protected]", TextBody="text")
print(e)

This outputs <Email: None>

Cheers

gregsadetsky avatar May 11 '22 15:05 gregsadetsky