Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISmsSender

    Service to send an SMS

    Namespace: Umbraco.Cms.Core.Mail
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ISmsSender

    Methods

    View Source

    SendSmsAsync(string, string)

    Declaration
    Task SendSmsAsync(string number, string message)
    Parameters
    Type Name Description
    string number
    string message
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX