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

Title: Changing Return-Path: <nobody@>
Post 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.
Title: Changing Return-Path: <nobody@>
Post by: DW on September 06, 2007, 09:47:49 pm
If the return path is not being set correctly in PHP mail-sent messages try setting the following line in config.php:
Code: [Select]
$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