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'm creating an Inbound Stream in Postmark. It has worked well so far, but I'm having trouble parsing To emails.
The JSON shown in the postmark app show a ToFull field that parses all the emails in the To line. This would make my job much easier; however, the Message type in postmark does not contain this ToFull field.
Please include ToFull in the Message class so we may leverage Postmark's To parsing.
The text was updated successfully, but these errors were encountered:
I'm creating an Inbound Stream in Postmark. It has worked well so far, but I'm having trouble parsing
To
emails.The JSON shown in the postmark app show a
ToFull
field that parses all the emails in theTo
line. This would make my job much easier; however, theMessage
type inpostmark
does not contain thisToFull
field.Please include
ToFull
in theMessage
class so we may leverage Postmark'sTo
parsing.The text was updated successfully, but these errors were encountered: