Skip to content

Commit

Permalink
Added JsonProperty for DKIM2 to map properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter de Jong committed Mar 22, 2024
1 parent be7b737 commit 7ba1603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mandrill.net/Model/Senders/MandrillSenderDomain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ public class MandrillSenderDomain

public MandrillSenderValidDetails SPF { get; set; }
public MandrillSenderValidDetails DKIM { get; set; }

[JsonProperty("dkim2")]
public MandrillSenderValidDetails DKIM2 { get; set; }

public MandrillSenderValidDetails DMARC { get; set; }

[JsonConverter(typeof(IsoDateTimeConverter))]
Expand Down

0 comments on commit 7ba1603

Please sign in to comment.