diff --git a/public/installer/Email.php b/public/installer/Email.php
index 31440f03c..5d535395e 100644
--- a/public/installer/Email.php
+++ b/public/installer/Email.php
@@ -89,12 +89,12 @@
$('#mail_port').addClass('has-error');
$('#mail_port').append('
' + data.errors.mail_port + '
');
}
-/*
+
if (data.errors.mail_encryption) {
$('#mail_encryption').addClass('has-error');
$('#mail_encryption').append('' + data.errors.mail_encryption + '
');
}
-*/
+
if (data.errors.mail_from) {
$('#mail_from').addClass('has-error');
$('#mail_from').append('' + data.errors.mail_from + '
');