Welcome Guest, Not a member yet? Register   Sign In
Removing and Adding Custom Headers in Email Helper
#1

How do I remove the X-PHP-Originating-Script and User-Agent header that are sent by CodeIgniter when using PHP's mail() function?
Reply
#2

See if this is turned on in your php.ini file under [mail]:

Code:
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header=Off
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB