Class EmailSettings
Inheritance
EmailSettings
Assembly: LemonEdge.API.Core.dll
Syntax
public class EmailSettings
Constructors
EmailSettings()
Declaration
Fields
CONFIGURATION_SECTION
Declaration
public const string CONFIGURATION_SECTION = "LemonEdge:EmailSettings"
Field Value
Properties
EmailLogin
The email login used for sending automated LemonEdge emails from
Declaration
public string EmailLogin { get; set; }
Property Value
EmailPassword
The email password used for sending automated LemonEdge emails from
Declaration
public string EmailPassword { get; set; }
Property Value
EmailSMTPAddress
The smtp address used for sending automated LemonEdge emails from
Declaration
public string EmailSMTPAddress { get; set; }
Property Value
EmailSMTPPort
The smtp port used for sending automated LemonEdge emails from
Declaration
public int EmailSMTPPort { get; set; }
Property Value
EmailSenderAddress
The email address used for sending automated LemonEdge emails from
Declaration
public string EmailSenderAddress { get; set; }
Property Value
EmailSenderName
The name used for sending automated LemonEdge emails from
Declaration
public string EmailSenderName { get; set; }
Property Value
Extension Methods