Skip to content

API Library eMail

Robert Polak edited this page Aug 27, 2019 · 28 revisions

Home / API Library / eMail

API Library eMail are used Send an Email. The API Library eMail Methods list with Parameters.

Configuration

Configuration of Email variables at App.config.

More details about The Server API Library Configuration at Configuration API - eMail


Send

Send an Email by using the default template.

Method: API.eMail.Send

Parameters:

Name Type Default Description
template String Properties.Resources.eMail default template

Return: void


ParseTemplate

Parse a Template located in Properties.Resources

Method: API.eMail.ParseTemplate

Parameters:

Name Type Default Description
template String custom template
List Object Dictionary Key Value Pair

Return: string

Clone this wiki locally