Files
mixtape/zero/Mails/PostmarkOptions.cs
T

10 lines
203 B
C#

namespace zero.Mails;
public class PostmarkOptions
{
public string ServerToken { get; set; }
public string AccountToken { get; set; }
public string MessageStream { get; set; } = "outbound";
}