Rate this page:

sendMailAsync

Copy URL
sendMailAsync(mailServerAddress: 

string

,
from:

string

,
to:

string

|

string[]

,
title:

string

,
body:

string

,
options:

SendMailOptions

):

Promise<SendMailResult>

Send e-mail using specified e-mail server

Parameters

  • mailServerAddress:

    string

    Address of mail server to use

  • from:

    string

    From address of e-mail message

  • to:

    string

    To address or list of those

  • title:

    string

    Message title

  • body:

    string

    Message body

  • Optional

    Advanced settings

Returns