All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.document.emailTemplates.openmetadata.testMail.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "testMail",
  "displayName": "Test Mail",
  "description": "Template for testMail.",
  "entityType": "EmailTemplate",
  "fullyQualifiedName": "testMail",
  "data": {
    "template": "
 

Email Test



Hi ${userName},


This is a Test Email, receiving this Email Confirms that you have successfully configured OpenMetadata to send Mails.

Feel free to reachout to us on  Slack for any questions you may have.

Thanks,
The ${entity} Team

", "placeHolders": [ { "name": "userName", "description": "The name of the user receiving the test email." }, { "name": "supportUrl", "description": "The URL link to reach out for support." }, { "name": "entity", "description": "The entity name or organization sending the email." } ] } }