Skip to content

Instantly share code, notes, and snippets.

@onpaws
Created November 1, 2018 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onpaws/68738a2aaafe4684580305990b778302 to your computer and use it in GitHub Desktop.
Save onpaws/68738a2aaafe4684580305990b778302 to your computer and use it in GitHub Desktop.
SendEmail AP
{
"m": 0,
"i": 0,
"n": "SendEmail",
"o": "{\"OperatorId\":1,\"OperatorName\":\"DevTestOperator\",\"TemplateName\":\"WithdrawConfirmation\",\"Language\":\"EN\",\"FromAddress\":\"nobody@alphapoint.com\",\"ReplyTo\":\"\",\"Function\":\"WithdrawConfirmation\",\"DateTimeFormat\":\"\",\"DefaultTimeZone\":\"\",\"IsEnabled\":true,\"ToAddresses\":[\"gabriel.plewa@alphapoint.com\"],\"BccAddresses\":[],\"TemplateTokens\":{\"WebsiteURL\":\"\",\"AjaxURL_B64\":\"\",\"UserName\":\"admin\",\"CompanyName\":\"DevTestOperator\",\"IPAddress\":\"::1\",\"Time\":\"Thursday October 25, 2018 4:52:30 Z\"},\"Template\":null,\"Subject\":null}"
}
{
"OperatorId": 1,
"OperatorName": "DevTestOperator",
"TemplateName": "WithdrawConfirmation",
"Language": "EN",
"FromAddress": "nobody@example.com",
"ReplyTo": "",
"Function": "WithdrawConfirmation",
"DateTimeFormat": "",
"DefaultTimeZone": "",
"IsEnabled": true,
"ToAddresses": [
"apexsample@mailinator.com"
],
"BccAddresses": [],
"TemplateTokens": {
"WebsiteURL": "",
"AjaxURL_B64": "",
"UserName": "admin",
"CompanyName": "DevTestOperator",
"IPAddress": "::1",
"Time": "Thursday October 25, 2018 4:52:30 Z"
},
"Template": null,
"Subject": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment