Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / vstf / vstf_scripts / etc / vstf / default / reporters.mail.mail-settings
1 //Place your settings in the file "user/reporters.mail.mail-settings",
2 //which overrides the settings in here.
3 {
4     "server": 
5     {
6         "host": "localhost",
7         "username": null, 
8         "password": null
9     },
10     "body":
11     {
12         "from": ["vstf_from@vstf.com"],
13         "to": ["vstf_to@vstf.com"],
14         "cc": ["vstf_cc@vstf.com"],
15         "bcc": ["vstf_bcc@vstf.com"],
16         "subject": "Virtual Switching Performance Test Report"
17     }
18 }
19
20
21