Resolved #224 , Removed the 'SSL' option from the email notification settings. We will now use the correct secure socket options (SSL/TLS) for your email host.

This commit is contained in:
tidusjar 2016-05-23 11:40:22 +01:00
commit 8cce80654b
3 changed files with 4 additions and 18 deletions

View file

@ -30,20 +30,6 @@
</div>
</div>
<div class="form-group">
<div class="checkbox">
@if (Model.Ssl)
{
<input type="checkbox" id="Ssl" name="Ssl" checked="checked"><label for="Ssl">SSL Enabled</label>
}
else
{
<input type="checkbox" id="Ssl" name="Ssl"><label for="Ssl">SSL Enabled</label>
}
</div>
</div>
<div class="form-group">
<div class="checkbox">