Add noop relay backend

Part of cloudron/box#622
This commit is contained in:
Girish Ramakrishnan
2019-03-15 11:16:43 -07:00
parent 05c858df9e
commit 0345c52aba
2 changed files with 13 additions and 9 deletions

View File

@@ -389,6 +389,7 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
{ provider: 'mailjet-smtp', name: 'Mailjet', host: '', port: 587 },
{ provider: 'postmark-smtp', name: 'Postmark', host: 'smtp.postmarkapp.com', port: 587 },
{ provider: 'sendgrid-smtp', name: 'SendGrid', host: 'smtp.sendgrid.net', port: 587, username: 'apikey' },
{ provider: 'noop', name: 'Disable' },
];
$scope.mailRelay = {