Sample MeasEmailConfig.json file
- Last UpdatedMar 24, 2025
- 1 minute read
Consider the sample MeasEmailConfig.json file:
{
"Comment" : "Specify email profiles. Set the configDesc entry for CD_EMAIL_PROFILE to the profile you want to use.",
"Email": {
"Profile1" :
{
"Name": "AVEVA",
"EmailAddress": "[email protected]",
"ReplyAddress": "",
"MailServerName": "mailrelay.project.net",
"Port":25,
"Username": "",
"Password": "",
"UseDefaultCredentials": "true",
"EnableSSL": "false"
},
"Profile2" :
{
"Name": "Test",
"EmailAddress": "[email protected]",
"ReplyAddress": "",
"MailServerName": "localhost",
"Port":25,
"Username": "",
"Password": "",
"UseDefaultCredentials": "true",
"EnableSSL": "false"
}
}
}