shawnmclean / Mandrill-dotnet

.NET wrapper for Mandrill
Other
202 stars 107 forks source link

Making PreserveRecipients a nullable bool #203

Closed WillBDaniels closed 6 years ago

WillBDaniels commented 6 years ago

so that it defaults to not appearing in the JSON, rather than defaulting to 'false' which has implications about how mandrill treats cc/bcc addresses. see http://blog.mandrill.com/rules-options-easier-bcc.html

WillBDaniels commented 6 years ago

I also added a nuget package reference to fix the build, due to the use of dynamic in the JSON.cs file, the 'Serialize' method. fix pulled from https://stackoverflow.com/questions/31969637/vs2015-build-fails-with-no-error-message-with-dynamic