Disable Default Formatting in Follow Up Emails Plugin

Use text/html and not multipart/alternative for sending emails when using the Follow Up Email Plugin for WooCommerce on your child site.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'fue_multipart_mail', '__return_false' );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.