php-imap
php-imap copied to clipboard
SRS sender read
If the email is sent using the SRS mechanism, it is not possible to read the sender directly. See: https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme
In the case of such an email, the message headers look like this:
envelope sender: [email protected]
Is it possible to read correctly the sender's email sent this way?