Upload the contribution of vstf as bottleneck network framework.
[bottlenecks.git] / vstf / etc / vstf / default / reporters.mail.mail-settings
diff --git a/vstf/etc/vstf/default/reporters.mail.mail-settings b/vstf/etc/vstf/default/reporters.mail.mail-settings
new file mode 100755 (executable)
index 0000000..89bbcb5
--- /dev/null
@@ -0,0 +1,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"
+    }
+}
+
+
+