Home Forums WordPress Plugins Reply via email not working on mobile or web Reply To: Reply via email not working on mobile or web

#27449
vinny
Keymaster

I can’t replicate the issue locally. Can you please try re-downloading and reinstalling the plugin? If you have access to SSH and wp-cli, you can try running this:


cd /path/to/wp-content/plugins/bbpnns-reply-by-email/includes/vendor;
wp eval 'require("autoload.php"); use \Html2Text\Html2Text; echo (new \Html2Text\Html2Text("<p>Foo</p>"))->getText();'

You should get a simple ‘Foo’ (no quotes) out. Please let me know if you don’t.