We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It cannot parse the name part of From field. The sender in the example is a Gmail account so it sets the From field like:
From: John Doe <[email protected]> but payload doesn't have the name field.
From: John Doe <[email protected]>
name
Here is an example payload:
{ "spf": "softfail", "id": "CAHg1ePJZcAw_qS0HQuXc4KATCvZORVbMCOfVmSuGt28PDTZk0A@mail.gmail.com", "date": "2023-09-12 11:55:37 +0300 +0300", "subject": "test", "resent_date": "0001-01-01 00:00:00 +0000 UTC", "body": { "text": "foobar", "html": " foobar " }, "addresses": { "from": { "address": "[email protected]" }, "to": { "address": "..." } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It cannot parse the name part of From field. The sender in the example is a Gmail account so it sets the From field like:
From: John Doe <[email protected]>
but payload doesn't have thename
field.Here is an example payload:
The text was updated successfully, but these errors were encountered: