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
I've been getting this error when sending some emails. The emails which it fails on seem fairly random, though it occurs more commonly with some types of emails than others.
I've read this article on Changes to Email API validation and it seems related. I am using the postmark_metadata filter in my emails. So I'm unsure if I'm doing something incorrect or if the plugin should be updated to do additional validation before sending along the email.
Hi,
I've been getting this error when sending some emails. The emails which it fails on seem fairly random, though it occurs more commonly with some types of emails than others.
{"ErrorCode":403,"Message":"Invalid request field(s): $.Metadata"}
I've read this article on Changes to Email API validation and it seems related. I am using the
postmark_metadata
filter in my emails. So I'm unsure if I'm doing something incorrect or if the plugin should be updated to do additional validation before sending along the email.postmark-wordpress/wp-mail.php
Lines 234 to 237 in aa523b7
I'm using the filter like this:
I've turned off this filter for now to make sure this is where the issue is coming from.
The text was updated successfully, but these errors were encountered: