blob: 89bbcb5f791cb22038f39cd54422a9be04daecf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
//Place your settings in the file "user/reporters.mail.mail-settings",
//which overrides the settings in here.
{
"server":
{
"host": "localhost",
"username": null,
"password": null
},
"body":
{
"from": ["vstf_from@vstf.com"],
"to": ["vstf_to@vstf.com"],
"cc": ["vstf_cc@vstf.com"],
"bcc": ["vstf_bcc@vstf.com"],
"subject": "Virtual Switching Performance Test Report"
}
}
|