mailjet / MailjetSwiftMailer

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

upgrade 3 to 3.1 #14

Closed millelc closed 6 years ago

millelc commented 6 years ago

Is there anything else to adjust (I don't see any) in order to upgrade 3 to 3.1, I've try bulkSend but none of my email where sent with the version's option changed to 3.1. They do in 3. I add the swiftmailer event in the bulkSend method of your MailjetTransport, they seem correct. Any idee of what happens ? I don't have the log of the API response (which would help a lot but your Client call method is private and I couldn't override your Client Class)

using Symfony 3.4 adding header : X-Mailjet-TrackOpen

millelc commented 6 years ago

OK I found : TrackOpen changed values in 3.1, I defined to '2' instead of 'enabled'