Class EmailSenderConfiguration
Inheritance
EmailSenderConfiguration
Assembly: Volo.Abp.Emailing.dll
Syntax
public abstract class EmailSenderConfiguration : 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
GetDefaultFromDisplayNameAsync()
Declaration
public Task<string> GetDefaultFromDisplayNameAsync()
Returns
GetNotEmptySettingValueAsync(string)
Declaration
protected Task<string> GetNotEmptySettingValueAsync(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Implements
Extension Methods