summaryrefslogtreecommitdiffstats
path: root/testsuites/vstf/vstf_scripts/etc/vstf/user/reporters.mail.mail-settings
blob: e5c7b44f53e3a3368133cad8606c548da470d906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "server": {
        "host": "localhost",
        "username": null,
        "password": null
    },
    "body": {
        "from": [
        ],
        "to": [
        ],
        "cc": [],
        "bcc": []
    }
}