hello!
I am workin wirth the php 3.1 ver and when I use the fifth parameter to mail() function I get the following error:
Warning- save mode restriction - optional fifth parameter to mail() is disabled with safe mode.
I need this parameter to get the e-mails returned to me when there is an error.
Is it a way to enable this parameter on php 3.1?
Is it another way to get the error e-mails back without using -f parameter?
Thank you