SparkPost/wordpress-sparkpost

Multiple recipients in `To` behaves like `Bcc`

rajumsys opened this issue · 1 comments

If we send an email to multiple recipients in To (not in cc or bcc), it behaves like Bcc. Both recipients receive the email but none see that it's also sent to other one. To reproduce

  • send an email to multiple recipients wp_mail(array('rec1', 'rec2')....
  • use http mailer

if SMTP mailer is used, both recipients visible.

Handled in #80