Is it possible to install two mail plugins together in a single WordPress site? How to do it? [closed]

You can install our WordPress plugin to synchronise your WordPress subscribers with your SendinBlue account and send newsletters. To do so, we invite you to refer to our step by step guide. In addition, installing SendinBlue plugin for WordPress should not interfere with your current MailPoet plugin. We just ran a test with both SendinBlue … Read more

Batch Emails with wp_mail()

While according to wp_mail() docs you can pass array of emails addressees it would be bad email tone since it will expose addresses between them. There is no explicit bcc (blind copy) argument from quick look at source it does seems to be processed if passed in headers. Note that many hosting providers are very … Read more