added svcapi ui and camunda code
[it/otf.git] / otf-camunda / src / main / resources / mail-config.properties
diff --git a/otf-camunda/src/main/resources/mail-config.properties b/otf-camunda/src/main/resources/mail-config.properties
new file mode 100644 (file)
index 0000000..38c3819
--- /dev/null
@@ -0,0 +1,7 @@
+# send mails via SMTP\r
+mail.transport.protocol=smtp\r
+\r
+mail.smtp.host=localhost\r
+mail.smtp.port=25\r
+mail.smtp.auth=false\r
+mail.smtp.ssl.enable=false
\ No newline at end of file