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 | 
|---|---|---|
| System.String | number | |
| System.String | message | 
Returns
| Type | Description | 
|---|---|
| Task |