Class EmailSenderConfiguration
Inheritance
System.Object
EmailSenderConfiguration
Assembly: Volo.Abp.Emailing.dll
Syntax
public abstract class EmailSenderConfiguration : object, IEmailSenderConfiguration
Constructors
EmailSenderConfiguration(ISettingProvider)
Declaration
protected EmailSenderConfiguration(ISettingProvider settingProvider)
Parameters
Properties
SettingProvider
Declaration
protected ISettingProvider SettingProvider { get; }
Property Value
Methods
GetDefaultFromAddressAsync()
Declaration
public Task<string> GetDefaultFromAddressAsync()
Returns
Type |
Description |
Task<System.String> |
|
GetDefaultFromDisplayNameAsync()
Declaration
public Task<string> GetDefaultFromDisplayNameAsync()
Returns
Type |
Description |
Task<System.String> |
|
GetNotEmptySettingValueAsync(String)
Gets a setting value by checking. Throws if it's null or empty.
Declaration
protected Task<string> GetNotEmptySettingValueAsync(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
Name of the setting
|
Returns
Type |
Description |
Task<System.String> |
Value of the setting
|
Implements
Extension Methods