You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending an email, I would like to know if the postmark api returned a 413 so I can retry the message without attachments. However, it seems that the PostmarkResponse in this library does not include this.
The postmark api documentation lists nine possible HTTP response codes when sending an email, it would be useful to keep this accessible in the PostmarkResponse so that it can be handled appropriately.
The text was updated successfully, but these errors were encountered:
Hi,
When sending an email, I would like to know if the postmark api returned a 413 so I can retry the message without attachments. However, it seems that the PostmarkResponse in this library does not include this.
The postmark api documentation lists nine possible HTTP response codes when sending an email, it would be useful to keep this accessible in the PostmarkResponse so that it can be handled appropriately.
The text was updated successfully, but these errors were encountered: