diff --git a/src/views/email.html b/src/views/email.html index 9f02e68d7..4d88519d3 100644 --- a/src/views/email.html +++ b/src/views/email.html @@ -409,8 +409,10 @@ - +
+

Email Relay

+
Select the mail server (Smart host) through which Cloudron will send outbound mails: @@ -424,10 +426,15 @@
+ +

+ Cloudron cannot send user invites, password reset and other notifications when email is disabled on the primary domain +

+
-
+
@@ -480,7 +487,7 @@
- + {{ mailRelay.error }} Saved @@ -504,7 +511,7 @@
- +
@@ -539,9 +546,7 @@
-
- -
+

SMTP Status

@@ -592,8 +597,6 @@
-
-
diff --git a/src/views/email.js b/src/views/email.js index dcd5f50eb..a0b25c470 100644 --- a/src/views/email.js +++ b/src/views/email.js @@ -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 = {