EmailOptions
Namespace: Proffer.Email
The Proffer.Email options with providers.
public class EmailOptions
Inheritance Object → EmailOptions
Fields
DefaultConfigurationSectionName
The default configuration section name.
public static string DefaultConfigurationSectionName;
Properties
Provider
Gets or sets the provider options.
public EmailProviderOptions Provider { get; set; }
Property Value
DefaultSender
Gets or sets the default sender email address.
public EmailAddress DefaultSender { get; set; }
Property Value
TemplateStorage
Gets or sets the template storage key to load templates from.
public string TemplateStorage { get; set; }
Property Value
Mockup
Gets or sets the mockup options.
public MockupOptions Mockup { get; set; }
Property Value
Constructors
EmailOptions()
public EmailOptions()