Closed tjunction closed 11 years ago
I suspect it's a Postmark issue and not related to my wrapper, could you contact the support please ?
You could also inspect the raw json to see if the value is set in it, if not it's Postmarkapp issue if yes it's an issue of postmark-inbound-php
I contacted postmarkapp. Awaiting reply. In fact in zip file in the fixtures/inbound.js the Message-ID is set in headers and has value
but then when you try to run examples/without_composer/index.php and add $inbound->Headers('Message-ID); it returns null (empty)
When a email is forwarded from gmail, the gmail message-id for that email which is in headers in not retrieved. It returns empty. All other header values work fine though.