You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: