"mail": {
"background": true,
"checkConnection": false,
"host": "<your_host>",
"localname": "localhost",
"onlyToProjectMembers": false,
"password": "<your_password>",
"recipientsLimit": -1,
"serverPort": 8080,
"serverScheme": "http",
"showProjectNameInSubjects": false,
"smtp-port": 587,
"ssl": false,
"startTLS": true,
"usePersonal": true,
"user": "<your_user>",
"props": {
"prop": {
"key": "mail.smtp.starttls.enable",
"text": "true"
}
}
},
|
Property Name
|
Description
|
Default Value
|
|---|---|---|
|
"host"
|
The SMTP mail server host. Set to # to disable sending emails.
|
|
|
"smtp-port"
|
The port number for the SMPT server.
|
|
|
"localname"
|
The host-name of the Codebeamer server, as it appears in emails and links.
|
|
|
"serverScheme"
|
The scheme for building the URL to the Codebeamer server. For example, http or https.
|
|
|
"serverPort"
|
The port that the server runs on.
|
|
|
"user"
|
The user name for the mail host.
|
|
|
"password"
|
The password for the mail host.
|
|
|
"ssl"
|
Sets whether SSL is used to access the mail server.
|
|
|
"startTLS"
|
Sets whether StartTLS encryption protocol is enabled.
|
|
|
"from"
|
Email address used as sender for emails.
|
|
|
"usePersonal"
|
Sets whether the user that caused the email to be sent is used as the sender for emails.
|
|
|
"background"
|
Sets whether emails should be sent in a background thread.
|
|
|
"onlyToProjectMembers"
|
If set to true, notification emails for project roles are sent only to direct project members.
If set to false, notification emails for project roles are sent to direct project members and to indirect members of groups linked to the project role.
|
|
|
"showProjectNameInSubjects"
|
Sets whether project names should be included in subjects of notification emails.
|
false
|
CB_mail_host
// Host name of your email server. For example: smtp.googlemail.com.
CB_mail_user
// User that is used for authentication. For example: [email protected].
CB_mail_password
// Password that is used for authentication.
CB_mail_from
// Email address of the sender. For example: [email protected].
CB_mail_ssl
// Indicate that SSL is used. For example: true / false.
CB_mail_smtpPort
// Port of your email server. For example: 465.
CB_mail_serverScheme
// Protocol of the URL that will be used in sent emails. For example: http / https.
CB_mail_localname
// Host name of the URL that will be used in sent emails. For example: example.com.
CB_mail_serverPort
// Port of the URL that will be used in sent emails. For example: 8080.
CB_LOGGING_ERROR_TO
// Email address that will be notified when an unexpected error happens.