Mandrill Controller Reply-To Bug | WordPress.org

[ad_1]

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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer