Interface ISmsSender
Service to send an SMS
Namespace: Umbraco.Cms.Core.Mail
Assembly: Umbraco.Core.dll
Syntax
public interface ISmsSender
Methods
View SourceSendSmsAsync(string, string)
Declaration
Task SendSmsAsync(string number, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | number | |
| string | message |
Returns
| Type | Description |
|---|---|
| Task |