Built motion from commit ab065936.|2.0.51
[motion2.git] / server / config / seedDB / mailAccounts.js
index e675a94..676936f 100644 (file)
@@ -16,7 +16,7 @@ exports.create = function() {
                 email: 'email@xcally.com',
                 service: true,
                 description: 'service motion account auto generated',
-                active: true,
+                active: false,
                 ListId: 1
             }
         })
@@ -35,8 +35,9 @@ exports.create = function() {
                     host: '127.0.0.1',
                     user: 'username',
                     pass: 'password',
-                    port: 465,
-                    secure: true,
+                    port: 25,
+                    secure: false,
+                    authentication: false,
                     MailAccountId: account.id,
                     description: 'service motion smtp auto generated'
                 }