EmailOptions

Namespace: Proffer.Email

The Proffer.Email options with providers.

public class EmailOptions

Inheritance ObjectEmailOptions

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

EmailProviderOptions

DefaultSender

Gets or sets the default sender email address.

public EmailAddress DefaultSender { get; set; }

Property Value

EmailAddress

TemplateStorage

Gets or sets the template storage key to load templates from.

public string TemplateStorage { get; set; }

Property Value

String

Mockup

Gets or sets the mockup options.

public MockupOptions Mockup { get; set; }

Property Value

MockupOptions

Constructors

EmailOptions()

public EmailOptions()