SendEmail()

string SendEmail(string inProviderName, string inSubject, string inFrom, string inTo, string inCC, string inBCC, string inMessage)

Description

Performs an ASYNC call to request sending an email.

The response is received in the callback function OnSendEmailResult().

The returned value is a unique identifier that determines the specific web call. 

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inProviderName string The name of the provider used to send an email
inSubject string The subject you would like to show in the email
inFrom string The From email address to use
inTo string The To email address to use
inCC string The CC email address to use
inBCC string The BCC email address to use
inMessage string The message text to use in the email


Return Type

string 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

1 comment
  • The mails list here be between two parties too to be a line mail work personal laison and busness mails parties between all relation in the laison local categories class use machine.
    Thanks in the best

    1
    Comment actions Permalink

Please sign in to leave a comment.