Title: Multiple Services
Last modified: July 16, 2021

---

# Multiple Services

 *  Resolved [RLDD](https://wordpress.org/support/users/rermis/)
 * (@rermis)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/multiple-services-6/)
 * Hi, is it possible to send some emails using the plugin ‘WP Mail SMTP’ and other
   emails through another service? If so, what filter or hook can I call to enable
   or disable per email?
    Currently I must disable the plugin ‘WP Mail SMTP’ when
   I need to use the other service and I would rather just conditionally specify
   these rules in code.

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

 *  Plugin Support [Darshana](https://wordpress.org/support/users/darshanaw/)
 * (@darshanaw)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/multiple-services-6/#post-14678001)
 * Hi [@rermis](https://wordpress.org/support/users/rermis/),
 * Thanks for reaching out! I apologize, but currently we don’t have a feature to
   configure multiple mailers within the WP Mail SMTP plugin settings. I’ve added
   a note of this feature request for our team to consider down the road.
 * I apologize that we aren’t able to provide what you’re looking for right now.
   However, we appreciate the suggestion. It’s always helpful to get insights from
   our users.
 * Have a good one! 🙂
 *  Thread Starter [RLDD](https://wordpress.org/support/users/rermis/)
 * (@rermis)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/multiple-services-6/#post-14678124)
 * Hi Darshana,
    Thank you for your reply. Is there a way to disable the mail features
   of ‘WP Mail SMTP’ in code? I’m looking for a way to conditionally send mail through
   different services on the fly, but I’m unable to when the plugin is active.
 *  Plugin Support [Darshana](https://wordpress.org/support/users/darshanaw/)
 * (@darshanaw)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/multiple-services-6/#post-14704174)
 * Hi [@rermis](https://wordpress.org/support/users/rermis/),
 * Thanks for getting in touch! I apologize as custom development is outside the
   scope of our support.
 * However, you may try the following filters to build a custom solution.
 *     ```
       remove_action( 'plugins_loaded', [ wp_mail_smtp(), 'get_processor' ] );
       remove_action( 'plugins_loaded', [ wp_mail_smtp(), 'replace_phpmailer' ] );
       ```
   
 * Thanks!
 *  [Justin Kwapich](https://wordpress.org/support/users/justinkwapich/)
 * (@justinkwapich)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/multiple-services-6/#post-14734472)
 * Hey there [@rermis](https://wordpress.org/support/users/rermis/),
 * We haven’t heard from you in more than a week, so I’m going to go ahead and mark
   this ticket resolved. If you still have questions, though, please feel welcome
   to continue the conversation.
 * Thanks!

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

The topic ‘Multiple Services’ is closed to new replies.

 * ![](https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440)
 * [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin](https://wordpress.org/plugins/wp-mail-smtp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mail-smtp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mail-smtp/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mail-smtp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mail-smtp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mail-smtp/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Justin Kwapich](https://wordpress.org/support/users/justinkwapich/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/multiple-services-6/#post-14734472)
 * Status: resolved