Mail header definition file

Format

[key-name=value]

Function

This file is used to specify any user-defined mail header options, such as the importance of the mail or the presence or absence of reply requests.

You can store the mail header definition file on any path with any file name. However, the absolute path of the mail header definition file must be specified in the mailadp.user.header.path key of the mail adapter runtime environment property file.

File storage location

The template file is stored at the following location:

Service-platform-installation-directory\CSC\config\mail\templates\mail-header.properties

Example of coding

An example of coding of the mail header definition file is as follows:

Importance=High
Sensitivity=Private

Notes