Open kfrancis opened 6 years ago
Can you provide a little more context on how you're setting that value in your code? We made this property nullable quite some time ago. The error you're showing seems to imply it it's being called with a non-nullable overload of some kind. Are you using VB.Net or C#?
Using C#, like the following:
var newMessage = new PostmarkMessage {
// other property's being set
TrackOpens = true
};
I just updated to the latest version 3.1.0 and now I'm seeing this error when attempting to send email. Not really sure why ...