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

0 comments

Please sign in to leave a comment.