You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
330 B
11 lines
330 B
{
|
|
"name" : "SAS_Email_Message_with_TextParts",
|
|
"description" : "Email Notification Sample Text Template with textParts",
|
|
"locale" : "en-US",
|
|
"type" : "TEXT",
|
|
"variables": "SUBJ=;MSG=;",
|
|
"textParts": {
|
|
"Text": "$MSG$\n\nThis is a system-generated message. Do not reply to this email.",
|
|
"Subject": "$SUBJ$"
|
|
}
|
|
}
|