mailjet / MailjetSwiftMailer

A SwiftMailer transport implementation for Mailjet
MIT License
26 stars 24 forks source link

v3 Cc & Bcc handling misleading #30

Open ohaag opened 4 years ago

ohaag commented 4 years ago

Hello,

Using mailjet/mailjetBundle, I noticed that the only way Swift_Message are formatted is using Recipient property.

However, belong to mailjet v3 documentation, to, cc and bcc could be used.

The fact is, I could not send any CC message with default configuration and the only way I found to do so was to switch into v3.1.

I don't know if it is intended because there's probably no equivalent (I'm not sure) of Recipient in SwiftMailer but at least I thought it worths a little warning in documentation like : "If you want to add CC or BCC to your emails, you should check on v3.1 as v3 will split them into several mails."

Is it alright or am I missing something there ?