Skip to content

Commit

Permalink
Merge pull request #11493 from nextcloud/backport/11416/show-email-au…
Browse files Browse the repository at this point in the history
…thtype-none-14

[stable14] Show auth type "None" in email settings
  • Loading branch information
MorrisJobke authored Oct 1, 2018
2 parents 8096ad5 + 1636393 commit 520eb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/templates/settings/admin/additional-mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

<p id="setting_smtpauth" <?php if ($_['mail_smtpmode'] !== 'smtp') print_unescaped(' class="hidden"'); ?>>
<label for="mail_smtpauthtype"><?php p($l->t('Authentication method')); ?></label>
<select name="mail_smtpauthtype" id="mail_smtpauthtype'>
<select name="mail_smtpauthtype" id="mail_smtpauthtype">
<?php foreach ($mail_smtpauthtype as $authtype => $name):
$selected = '';
if ($authtype == $_['mail_smtpauthtype']):
Expand Down

0 comments on commit 520eb52

Please sign in to comment.