Title: Email Types
Last modified: December 22, 2020

---

# Email Types

 *  [radevwp](https://wordpress.org/support/users/radevwp/)
 * (@radevwp)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/email-types/)
 * I have a plugin that I am using for subscriptions and it has a set of emails 
   it also sends out. How can I customize those as well with your plugin. Noticed
   also not all of woocommerce email templates are loaded in email type.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/email-types/#post-13827677)
 * Hey,
    This plugin only customizes the default WooCommerce emails. What subscription
   plugin are you using? You would need to have them add a hook into this plugin.
 * Kindly,
    Hannah
 *  Thread Starter [radevwp](https://wordpress.org/support/users/radevwp/)
 * (@radevwp)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/email-types/#post-13830900)
 * sumo payment plans
 *  Plugin Contributor [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/email-types/#post-13831707)
 * You would have to talk with the plugin authors about adding support to preview
   and customize those emails directly. If they use woocommerce standards your header
   and footer settings would apply already to their templates but they would have
   to add support for other features and the ability to preview.
 * Ben
 *  Thread Starter [radevwp](https://wordpress.org/support/users/radevwp/)
 * (@radevwp)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/email-types/#post-13844435)
 * This is what the plugin devs gave us.
 * $email->get_content() // Get the default template of the email
    $email->object
   = wc_get_order(100); // Required args of the template to pass before calling 
   the $email->get_content() $email->payment = _sumo_pp_get_payment($payment_post_id);//
   Required args of the template to pass before calling the $email->get_content()
 *  Thread Starter [radevwp](https://wordpress.org/support/users/radevwp/)
 * (@radevwp)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/email-types/#post-13845673)
 * im guessing to help you write the function
 *  Plugin Contributor [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/email-types/#post-13854350)
 * Hey,
    That isn’t really helpful. If the plugin authors want me to help them integrate
   their plugin to work with ours they would need to get in touch directly. Adding
   support needs to come from their end in their plugin.
 * Ben

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Email Types’ is closed to new replies.

 * ![](https://ps.w.org/kadence-woocommerce-email-designer/assets/icon-256x256.png?
   rev=3115863)
 * [Kadence WooCommerce Email Designer](https://wordpress.org/plugins/kadence-woocommerce-email-designer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kadence-woocommerce-email-designer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kadence-woocommerce-email-designer/)
 * [Active Topics](https://wordpress.org/support/plugin/kadence-woocommerce-email-designer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kadence-woocommerce-email-designer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kadence-woocommerce-email-designer/reviews/)

## Tags

 * [email type](https://wordpress.org/support/topic-tag/email-type/)

 * 6 replies
 * 3 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/email-types/#post-13854350)
 * Status: not resolved