ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: bowmah on September 06, 2007, 12:20:02 pm
-
Our server management company has recommended that we update:
Return-Path: <nobody@server.com>
to a real email address. How can we do this inside LMP?
Thanks.
-
If the return path is not being set correctly in PHP mail-sent messages try setting the following line in config.php:
$phpmailf = 1;
This adds the 5th parameter to PHP's mail (http://ca.php.net/manual/en/function.mail.php) function which often fixes this.
Regards