mailjet / mailjet-apiv3-dotnet

[API v3] Official Mailjet API v3 .NET wrapper
https://dev.mailjet.com
MIT License
75 stars 31 forks source link

Fix(TransactionnalEmail) - Made advandeErrorHandling be parametrized #82

Closed oromand closed 2 years ago

oromand commented 3 years ago

This PR allows the parameter advanceErrorHandling to be passed as parameter in order to overcome #69

When setting this value to false, the mail would get sent whithout considering the typing problem of a transactionnal template edited in the web interface.

I bumped the targetFramework to version 2.0 but I believe it can be reverted to version 1.1.