• Resolved mwllgr

    (@mwllgr)


    Hi,
    could you add a simple checkbox to enable/disable the following line in wp-smtp.php?

    $phpmailer->AddReplyTo($phpmailer->From,$phpmailer->FromName);

    That would be pretty useful because I have some plugins that add their own Reply-To address and send explicitly from a “noreply” address – as a result I get a bounce mail back when I reply to those mails.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I had to release urget release, but for future version can you tell me if you replace the line you posted to this:

    if (! $phpmailer->getReplyToAddresses() ) {
       $phpmailer->AddReplyTo($phpmailer->From,$phpmailer->FromName);
    }

    Does it work for you?

    Thread Starter mwllgr

    (@mwllgr)

    Hello,

    thank you for the quick reply.
    Your suggested fix works!

    Thanks!

    Great, the same code will be released on the next version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable/Change Reply-To option’ is closed to new replies.