summaryrefslogtreecommitdiffstats
path: root/vstf/etc/vstf/user/reporters.mail.mail-settings
blob: 8716cd4fc9b7523a2f9541427fa2830d1029f8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "server": {
        "host": "localhost",
        "username": null,
        "password": null
    },
    "body": {
        "from": [
            "hangzhou_vstf_ci@huawei.com"
        ],
        "to": [
            "Yiting.Li@gerrit.opnfv.org",
        ],
        "cc": [ ],
        "bcc": [],
        "subject": "Virtual Switching Performance Test Report"
    }
}