Class EmailSenderConfiguration
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Emailing
Assembly: Volo.Abp.Emailing.dll
Syntax
public abstract class EmailSenderConfiguration : IEmailSenderConfiguration
Constructors
EmailSenderConfiguration(ISettingProvider)
Declaration
protected EmailSenderConfiguration(ISettingProvider settingProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| ISettingProvider | settingProvider |
Properties
SettingProvider
Declaration
protected ISettingProvider SettingProvider { get; }
Property Value
| Type | Description |
|---|---|
| ISettingProvider |
Methods
GetDefaultFromAddressAsync()
Declaration
public Task<string> GetDefaultFromAddressAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |
GetDefaultFromDisplayNameAsync()
Declaration
public Task<string> GetDefaultFromDisplayNameAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |
GetNotEmptySettingValueAsync(string)
Declaration
protected Task<string> GetNotEmptySettingValueAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |