• Resolved morganwww

    (@morganwww)


    We found a bug with the way Reply-To headers are set in MandrillController.php.

    On line 76, there is a call to $phpmailer->getReplyToAddresses() that returns an associative array. On line 77, the condition checks it as if it is a standard array.

    We were able to resolve it by changing line 76 to array_values($phpmailer->getReplyToAddresses()) , converting the associative array to a standard array.

    This may be an issue with the other controllers as well; Mandrill is what we use so that’s where we found the bug.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mialewp

    (@mialewp)

    Hello @morganwww,

    Good day!

    Thanks for reaching out to us.

    We will check it and get back to you as soon as possible. Thanks for your reports and for the reference solution.

    Best regards,

    Mia

    Plugin Support alina98

    (@alina98)

    Hi @morganwww ,

    The issue has been acknowledged and we will update the patch in a new version.

    Thanks once again for the report.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.