horst-n / WireMailSmtp

ProcessWire: Extension to the new WireMail baseclass (since PW 2.4.1)
15 stars 9 forks source link

Multiple CC only sending to To and last CC #3

Closed Notanotherdotcom closed 9 years ago

Notanotherdotcom commented 9 years ago

As the title says, there's an issue with CC - no matter which way you do the CC's (array of email addresses, associative array of email addresses and names) only the last person in the CC and the person in the To ever gets the email.

I was testing this with 3 recipients and the first CC was skipped over for some reason.

Notanotherdotcom commented 9 years ago

And I do wish a lot of your additions were in the other email classes too - I'm having fun with yours, I just like consistency too :)

horst-n commented 9 years ago

Hi @Notanotherdotcom Do you remember if you have used it with the setting "sendSingle" => true?

horst-n commented 9 years ago

It seems to be fixed now with the commit 30 minutes ago.