Table of Contents

Class EmailOptions

Namespace
Builvero.Application.Options
Assembly
Builvero.Application.dll

Configuration options for email provider selection.

public class EmailOptions
Inheritance
EmailOptions
Inherited Members

Remarks

This class controls which email provider (SES or SendGrid) is used for sending emails. The provider can be set via configuration or environment variables.

Properties

Provider

Gets or sets the email provider to use.

public string Provider { get; set; }

Property Value

string
Configuration options for email provider selection.

Remarks

Valid values: "SES" or "SendGrid". Defaults to "SES" in Production environment if not specified. Defaults to "SendGrid" in other environments if not specified.