Tag: REST API
Does the plugin supports other SMTP sending plugins?
No.
But, GD Mail Queue has support for SMTP email sending, and you can add your SMTP server information for plugin to use for all emails and/or queue emails. If you need to use REST API for email sending or you want to use predefined SMTP sending services through PHPMailer, GD Mail Queue Pro supports several popular email services using official REST API libraries and SMTP sending to.
Does the plugin supports other REST API based sending plugins?
No.
All plugins that send emails to various services using REST API or some other API to connect to services, are always replace wp_mail() function making it impossible for my plugin to detect emails and work with them. Also, GD Mail Queue can’t use third-party plugins to send emails, because there is no universal interface for this that all plugins can implement and use.