if(!parent::Send()) {
$this->AddReplyTo('someone@someone.com', 'Some Person');
unionroom wrote:Hi Guys.
I know this is an old thread but it was the first one that came up on Google when I searched so I thought I'd post my solution.
It has to be hard coded in which isn't ideal as you'll have to change it in the code each time you send.
Open file admin/class.phplistmailer.php.
Above the following line (Around line 119 somewhere):
- Code: Select all
if(!parent::Send()) {
Add in the following:
- Code: Select all
$this->AddReplyTo('someone@someone.com', 'Some Person');
Hope this helps someone having the same problem we had.
unionroom wrote:Hi Guys.
I know this is an old thread but it was the first one that came up on Google when I searched so I thought I'd post my solution.
It has to be hard coded in which isn't ideal as you'll have to change it in the code each time you send.
Open file admin/class.phplistmailer.php.
Above the following line (Around line 119 somewhere):
- Code: Select all
if(!parent::Send()) {
Add in the following:
- Code: Select all
$this->AddReplyTo('someone@someone.com', 'Some Person');
Hope this helps someone having the same problem we had.
Return to Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 3 guests