Replies: 0
Background: We want to utilize the ability to send bulk email via Postmark API. WP Mail SMTP already does this.
However, we have a transactional stream and a broadcast stream setup using FluentSMTP right now. So if they sending email address is bulk@domain.com FluentSMTP sends it via the Postmark broadcast steam (essentially just a separate SMTP server in FluentSMTP), and if the email is trans@domain.com via the transactional stream.
Any way to replicate this behaviour in WP Mail SMTP Pro?