Hi
I am trying to search an array which contains email header info in order to find the key for a specific value (in this case Reply-To🙂.
I am using
$key = array_search("Reply-To:", $headers);
but it doesnt seem to return any value for the key.
Any ideas.
Cheers
Nick