Interface IEmailerConfiguration
- Namespace
- Raytha.Application.Common.Interfaces
- Assembly
- Raytha.Application.dll
public interface IEmailerConfiguration
Properties
SmtpDefaultFromAddress
string SmtpDefaultFromAddress { get; }
Property Value
- string
SmtpDefaultFromName
string SmtpDefaultFromName { get; }
Property Value
- string
SmtpFromAddress
string SmtpFromAddress { get; }
Property Value
- string
SmtpFromName
string SmtpFromName { get; }
Property Value
- string
SmtpHost
Property Value
- string
SmtpPassword
string SmtpPassword { get; }
Property Value
- string
SmtpPort
Property Value
- int
SmtpUsername
string SmtpUsername { get; }
Property Value
- string
Methods
IsMissingSmtpEnvVars()
bool IsMissingSmtpEnvVars()
Returns
- bool