postmark-inbound-php icon indicating copy to clipboard operation
postmark-inbound-php copied to clipboard

Simple API wrapper for Postmark Inbound Hook

Results 2 postmark-inbound-php issues
Sort by recently updated
recently updated
newest added

Hi, In the readme, for some reason `Received-SPF` is listed twice under Headers. ``` $inbound->Headers('Received-SPF'); $inbound->Headers('MIME-Version'); $inbound->Headers('Received-SPF'); // pass neutral fail ``` I am wanting to get the full value...

Hi there, I get this error when I run composer dumpautoload ``` Class Postmark\InboundException located in ./vendor/jjaffeux/postmark-inbound-php/lib/Postmark/Exception.php does not comply with psr-0 autoloading standard. Skipping. ``` I am using "jjaffeux/postmark-inbound-php":...