{"id":1742,"date":"2014-12-14T00:49:48","date_gmt":"2014-12-14T00:49:48","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=1742"},"modified":"2020-08-05T19:40:32","modified_gmt":"2020-08-05T23:40:32","slug":"customization-and-re-branding-email-alerts","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/","title":{"rendered":"Customization and Re-branding Email Alerts"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Customization of Notifications<\/h2>\n\n\n\n<p>You can customize the email notifications sent at the time of various milestones. You can edit the content and\/or modify the look-and-feel of the notifications. A file named &#8220;custom-messages.properties&#8221; and a set of templates are provided inside the &#8220;conf\/mail-templates&#8221; folder in your deployment location.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548cdf6d35334.png\" alt=\"\" class=\"wp-image-1745\"\/><\/figure>\n\n\n\n<p>The properties file is organized into two sets of property name = value pairs; the top section denotes the phrases that will appear in the email notification subject fields at various milestones and the bottom section, whose property names end with &#8220;_D&#8221;, denotes the template HTML file names containing the body of the email notifications.<br>To edit the subject fields of your notifications, simply modify the corresponding values in the top section of the properties file.<br>To edit the content of the notification, please open the template HTML file and edit the file to change the content and\/or the aspects like font, layout, colors, etc.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p>If you want to change the subject of the notifications sent on task modifications, you can do so by changing the value for the property named &#8220;TASK_EDIT&#8221;. Simply change the value as shown below, and save the properties file:<\/p>\n\n\n\n<p><code class=\"\">TASK_EDIT= Your task #{0} has been modified.<\/code><\/p>\n\n\n\n<p>If you want to change the content of the notification sent out on task modifications, look up the name of the template file under the property name TASK_EDIT_D (default is &#8220;TASK_EDIT_D.html&#8221;) and open that HTML file; edit the template HTML file and save it.<\/p>\n\n\n\n<div class=\"note\"><b>Word of Caution: <\/b>Do not edit the property names defined in the &#8220;custom-messages.properties&#8221; file. Change only the property values. Do not edit the property values or the templates if you are not sure of what you must do. The contents have been laid out in specific formats for us to be able to generate the notifications with dynamically fetched details of each job\/user\/milestone etc. Specifically: you will find interspersed in the template, strings like &#8220;{0}&#8221;, &#8220;{1}&#8221; etc. Please be very wary of editing or moving around these strings!!!<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters in Mail Templates<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Here are the parameter details for the subject fields in the various notifications<\/h4>\n\n\n\n<p>Task Edit (denoted by the property TASK_EDIT)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code class=\"\">{0}: Task ID<\/code><\/li><\/ul>\n\n\n\n<p>Task Deletion (denoted by the property TASK_RM)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code class=\"\">{0}: Task ID<\/code><\/li><\/ul>\n\n\n\n<p>Lightbox Shared (denoted by the property LB_SHARED)<span style=\"font-size: 14pt;\"><strong>*<\/strong><\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code class=\"\">{0}: Task ID<\/code><\/li><li><code class=\"\">{1}: Task name<\/code><\/li><\/ul>\n\n\n\n<p>Request for Review (denoted by REVIEW_NEEDED)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code class=\"\">{0}: Task ID<\/code><\/li><li><code class=\"\">{1}: Job name<\/code><\/li><li><code class=\"\">{2}: Task phase number<\/code><\/li><\/ul>\n\n\n\n<p>Task Ready-to-Start (denoted by TASK_STARTABLE)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code class=\"\">{0}: Task ID<\/code><\/li><li><code class=\"\">{1}: Job name<\/code><\/li><li><code class=\"\">{2}: Task phase number<\/code><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">And here are the details of the parameters that get dynamically inserted into the mail notification body.<\/h4>\n\n\n\n<p>Archive Operation Completion (denoted by the property ARCHIVE_DONE_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: The list of the fully-qualified path names of the assets that were successfully archived.<\/li><\/ul>\n\n\n\n<p>Restore Operation Completion (denoted by the property RESTORE_DONE_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: The list of the fully-qualified path names of the assets that were successfully restored.<\/li><\/ul>\n\n\n\n<p>Restore Petition Completion (denoted by property named RESTORE_PETITION_DONE_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: The list of the fully-qualified path names of the assets that were successfully petitioned for restore.<\/li><\/ul>\n\n\n\n<p>Restore Petition Rejection (denoted by property named RESTORE_PETITION_REJECT_DONE_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: The list of the fully-qualified path names of the assets that were earlier petitioned for restore, but were rejected by the administrator.<\/li><\/ul>\n\n\n\n<p>Task Edit (denoted by the property TASK_EDIT_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task name<\/li><li>{1}: Task ID<\/li><li>{2}: Job name<\/li><\/ul>\n\n\n\n<p>Task Deletion (denoted by the property TASK_RM_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task name<\/li><li>{1}: Task ID<\/li><li>{2}: Job name<\/li><\/ul>\n\n\n\n<p>Task Startable (denoted by the property TASK_STARTABLE_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task name<\/li><li>{1}: Task ID<\/li><li>{2}: Job name<\/li><li>{3}: Task phase number<\/li><\/ul>\n\n\n\n<p>Lightbox Review Request (denoted by the property LB_REVIEW_NEEDED_D)<span style=\"font-size: 14pt;\"><strong>*<\/strong><\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task ID<\/li><li>{1}: Task name<\/li><li>{2}: Review server address in the form of &#8220;host&#8221;:&#8221;port&#8221;<\/li><li>{3}: Zoom server address (as IP)<\/li><li>{4}: Task owner username<\/li><\/ul>\n\n\n\n<p>Lightbox Review Request with Credentials(denoted by property named LB_REVIEW_NEEDED_CRED_D)<span style=\"font-size: 14pt;\"><strong>*<\/strong><\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task ID<\/li><li>{1}: Task name<\/li><li>{2}: Review server address in the form of &#8220;host&#8221;:&#8221;port&#8221;<\/li><li>{3}: Zoom server address (as IP)<\/li><li>{4}: Task owner login name<\/li><li>{5}: Task owner user account password<\/li><\/ul>\n\n\n\n<p>Lightbox Review Pending (denoted by the property LB_REVIEW_PENDING_D)<span style=\"font-size: 14pt;\"><strong>*<\/strong><\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task ID<\/li><li>{1}: Task name<\/li><\/ul>\n\n\n\n<p>Review Request (denoted by the property REVIEW_NEEDED_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task ID<\/li><li>{1}: Task name<\/li><li>{2}: Job name<\/li><li>{3}: Task phase number<\/li><\/ul>\n\n\n\n<p>Review Request with Link (denoted by the property REVIEW_NEEDED_CRED_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task ID<\/li><li>{1}: Task name<\/li><li>{2}: Review server address in the form of &#8220;host&#8221;:&#8221;port&#8221;<\/li><li>{3}: Zoom server address (as IP)<\/li><li>{4}: Task owner username<\/li><li>{5}: Job name<\/li><li>{6}: Task phase number<\/li><\/ul>\n\n\n\n<p>Review Request with Link and Credentials(denoted by the property REVIEW_NEEDED_CRED_D)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>{0}: Task ID<\/li><li>{1}: Task name<\/li><li>{2}: Review server address in the form of &#8220;host&#8221;:&#8221;port&#8221;<\/li><li>{3}: Zoom server address (as IP)<\/li><li>{4}: Task owner username<\/li><li>{5}: Job name<\/li><li>{6}: Task phase number<\/li><li>{7}: Task owner login name<\/li><li>{8}: Task owner user account password<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Re-branding Zoom Server<\/b><\/h3>\n\n\n\n<p>You can incorporate your client logo on our web-based Visual Approval page. Place your logo icon (preferred size is 64 x 64) into the webapp directory inside the Preview Server web-root directory. Make sure to call this image file as &#8220;logo.png&#8221;. Typically, the location should be like this: <i>&lt;Preview server web-root directory&gt;\/webapp\/logo.png<\/i><\/p>\n\n\n\n<p>Now when you open the Visual Approval for Lightbox, you can see your client&#8217;s logo at the top left<span style=\"font-size: 14pt;\"><strong>*<\/strong><\/span>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Typical Locations of Preview Server Web Root&nbsp;Directory:<\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th scope=\"col\">\n<div align=\"left\">macOS if preview server is started by root or through system restart<\/div>\n<\/th><td>\/Library\/Application\\ Support\/Evolphin\/servers\/PreviewServer<\/td><\/tr><tr><th scope=\"col\">\n<div align=\"left\">macOS if preview server is started by some other user<\/div>\n<\/th><td>\/Users\/&lt;username&gt;\/Library\/Application\\ Support\/Evolphin\/servers\/PreviewServer<\/td><\/tr><tr><th scope=\"row\">\n<div align=\"left\">Windows 32-bit<\/div>\n<\/th><td>C:\\\\Program Files\\\\Evolphin\\\\DAM\\\\tmp\\\\servers\\\\PreviewServer<\/td><\/tr><tr><th scope=\"row\">\n<div align=\"left\">Windows 64-bit<\/div>\n<\/th><td>C:\\\\Program Files (x86)\\\\Evolphin\\\\DAM\\\\tmp\\servers\\\\PreviewServer<\/td><\/tr><tr><th scope=\"row\">\n<div align=\"left\">Linux<\/div>\n<\/th><td>&lt;zoom-install-dir&gt;\/webcontext\/servers\/PreviewServer<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><span style=\"font-size: 14pt;\"><strong>* <\/strong><\/span>Only available till Zoom 6.0.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Customization of Notifications You can customize the email notifications sent at the time of various milestones. You can edit the content and\/or modify the look-and-feel of the notifications. A file named &#8220;custom-messages.properties&#8221; and a set of templates are provided inside the &#8220;conf\/mail-templates&#8221; folder in your deployment location. The properties file is organized into two sets [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[31],"tags":[21],"class_list":["post-1742","post","type-post","status-publish","format-standard","hentry","category-configuration-server","tag-zoom-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Customization and Re-branding Email Alerts - Evolphin Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Customization and Re-branding Email Alerts - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Customization of Notifications You can customize the email notifications sent at the time of various milestones. You can edit the content and\/or modify the look-and-feel of the notifications. A file named &#8220;custom-messages.properties&#8221; and a set of templates are provided inside the &#8220;conf\/mail-templates&#8221; folder in your deployment location. The properties file is organized into two sets [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-14T00:49:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-05T23:40:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548cdf6d35334.png\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Customization and Re-branding Email Alerts\",\"datePublished\":\"2014-12-14T00:49:48+00:00\",\"dateModified\":\"2020-08-05T23:40:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/\"},\"wordCount\":919,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2014\\\/12\\\/img_548cdf6d35334.png\",\"keywords\":[\"zoom 5\"],\"articleSection\":[\"Configuration\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/\",\"name\":\"Customization and Re-branding Email Alerts - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2014\\\/12\\\/img_548cdf6d35334.png\",\"datePublished\":\"2014-12-14T00:49:48+00:00\",\"dateModified\":\"2020-08-05T23:40:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2014\\\/12\\\/img_548cdf6d35334.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2014\\\/12\\\/img_548cdf6d35334.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/customization-and-re-branding-email-alerts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Customization and Re-branding Email Alerts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Customization and Re-branding Email Alerts - Evolphin Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/","og_locale":"en_US","og_type":"article","og_title":"Customization and Re-branding Email Alerts - Evolphin Documentation","og_description":"Customization of Notifications You can customize the email notifications sent at the time of various milestones. You can edit the content and\/or modify the look-and-feel of the notifications. A file named &#8220;custom-messages.properties&#8221; and a set of templates are provided inside the &#8220;conf\/mail-templates&#8221; folder in your deployment location. The properties file is organized into two sets [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/","og_site_name":"Evolphin Documentation","article_published_time":"2014-12-14T00:49:48+00:00","article_modified_time":"2020-08-05T23:40:32+00:00","og_image":[{"url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548cdf6d35334.png","type":"","width":"","height":""}],"author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Customization and Re-branding Email Alerts","datePublished":"2014-12-14T00:49:48+00:00","dateModified":"2020-08-05T23:40:32+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/"},"wordCount":919,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548cdf6d35334.png","keywords":["zoom 5"],"articleSection":["Configuration"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/","url":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/","name":"Customization and Re-branding Email Alerts - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/#primaryimage"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548cdf6d35334.png","datePublished":"2014-12-14T00:49:48+00:00","dateModified":"2020-08-05T23:40:32+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/#primaryimage","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548cdf6d35334.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548cdf6d35334.png"},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/customization-and-re-branding-email-alerts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Customization and Re-branding Email Alerts"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=1742"}],"version-history":[{"count":1,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1742\/revisions"}],"predecessor-version":[{"id":15596,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1742\/revisions\/15596"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=1742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=1742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=1742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}