Skip to content

Commit

Permalink
Merge pull request #29 from FromDoppler/remove-mailclass-default-value
Browse files Browse the repository at this point in the history
fix: remove default value for mailclass
  • Loading branch information
RodrigoPereyraDiaz authored Sep 12, 2023
2 parents 48dba2f + 283d6a9 commit a124b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GreenArrow.Engine/Model/Message.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class Message
/// <summary>
/// Name of the SimpleMH Mail Class to use. This key has the same effect as the X-GreenArrow-MailClass header.
/// </summary>
public string MailClass { get; set; } = "default";
public string MailClass { get; set; }

/// <summary>
/// Fully qualified domain name to use in the domain portion of the Message-ID header generated by GreenArrow.
Expand Down

0 comments on commit a124b70

Please sign in to comment.