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 of "Received-SPF" to then parse and get the sender IP address.
Currently it returns pass, neutral or fail, as described.
Is there an easy way to get the full record?
Many thanks,
Martin