-
Notifications
You must be signed in to change notification settings - Fork 0
API Library eMail
Robert Polak edited this page Aug 27, 2019
·
28 revisions
Home / API Library / eMail
Configuration of Email variables at App.config
.
More details about The Server API Library Configuration at Configuration API - eMail
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
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