divinelighting
Verified User
- Joined
- Mar 17, 2008
- Messages
- 106
I'm trying to set up email forwarding to Zendesk. To know what 'from' address to put in email replies, Zendesk needs at least one of the following in the email headers:
X-Forwarded-For
X-Envelope-To
X-Orig-To
Resent-From
How do I add this? Using PHP 5.4.15
FYI, this exists in php.ini
X-Forwarded-For
X-Envelope-To
X-Orig-To
Resent-From
How do I add this? Using PHP 5.4.15
FYI, this exists in php.ini
PHP:
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = On