ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: steveb on April 11, 2007, 07:10:54 am

Title: Changing default sending address
Post by: steveb on April 11, 2007, 07:10:54 am
Hello,

I have internal php mail() chosen for the mail sending method.

It seems that certain e-mails from LMP come from a default address on our server, which isn't a real mailbox.

How can I specify the e-mail address that should be used for certain e-mails, like the "Bad Password Entered!" subject e-mail that comes from "ListMail Notification"

Is it possible to add a reply-to header or over-write the return path used?

Thanks in advance.
Title: Changing default sending address
Post by: DW on April 11, 2007, 10:29:35 pm
Hi Steve,

Try enabling the following line in config.php:
Code: [Select]
$phpmailf = 1;
Regards :D