I have read through the forums and knowledge base and can't find a working solution.
when php sends an email through the mail() function, the following headers are added:
Return-Path: <jkhosting@iddslice>
Received: from jkhosting by iddslice with local (Exim 4.69)
(envelope-from <jkhosting@iddslice>)
id 1Mr02I-0008Ud-Ej
for [email protected]; Thu, 24 Sep 2009 21:55:50 -0400
Sender: <jkhosting@iddslice>
I am using the -f flag with the mail function as well as adding the following line to the httpd.conf through the CP
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |USER|@|DOMAIN|'
and still get the same headers.
Is it possible to override the iddslice with an actual domain name so that mail servers won't discard the email?
Thanks,
Joe
when php sends an email through the mail() function, the following headers are added:
Return-Path: <jkhosting@iddslice>
Received: from jkhosting by iddslice with local (Exim 4.69)
(envelope-from <jkhosting@iddslice>)
id 1Mr02I-0008Ud-Ej
for [email protected]; Thu, 24 Sep 2009 21:55:50 -0400
Sender: <jkhosting@iddslice>
I am using the -f flag with the mail function as well as adding the following line to the httpd.conf through the CP
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |USER|@|DOMAIN|'
and still get the same headers.
Is it possible to override the iddslice with an actual domain name so that mail servers won't discard the email?
Thanks,
Joe
Last edited: