Interface IEmailSettingsAppService
Namespace: Volo.Abp.SettingManagement
Assembly: Volo.Abp.SettingManagement.Application.Contracts.dll
Syntax
public interface IEmailSettingsAppService : IApplicationService, IRemoteService
Methods
GetAsync()
Declaration
Task<EmailSettingsDto> GetAsync()
Returns
Type | Description |
---|---|
Task<EmailSettingsDto> |
SendTestEmailAsync(SendTestEmailInput)
Declaration
Task SendTestEmailAsync(SendTestEmailInput input)
Parameters
Type | Name | Description |
---|---|---|
SendTestEmailInput | input |
Returns
Type | Description |
---|---|
Task |
UpdateAsync(UpdateEmailSettingsDto)
Declaration
Task UpdateAsync(UpdateEmailSettingsDto input)
Parameters
Type | Name | Description |
---|---|---|
UpdateEmailSettingsDto | input |
Returns
Type | Description |
---|---|
Task |