Author Topic: Changing Return-Path: <nobody@>  (Read 1552 times)

bowmah

  • Posts: 15
    • View Profile
Changing Return-Path: <nobody@>
« 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.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Changing Return-Path: <nobody@>
« Reply #1 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 function which often fixes this.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting