"mail" section
Configures email: outgoing SMTP server and related attributes.
A typical example
"mail" : {

"background" : true,

"checkConnection" : false,

"host" : "YOURHOST",

"localname" : "localhost",

"onlyToProjectMembers" : false,

"password" : "YOURPASSWORD",

"recipientsLimit" : -1,

"serverPort" : 8080,

"serverScheme" : "http",

"showProjectNameInSubjects" : false,

"smtp-port" : 587,

"ssl" : false,

"startTLS" : true,

"usePersonal" : true,

"user" : "YOURUSER",

"props" : {

"prop" : {

"key" : "mail.smtp.starttls.enable",

"text" : "true"

}

}

}

Was this helpful?