mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #4624 from nextcloud/email-settings-html
fix email settings
This commit is contained in:
commit
7a2d817c83
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ if ($_['mail_smtpmode'] === 'qmail') {
|
|||
|
||||
<p>
|
||||
<label for="mail_smtpmode"><?php p($l->t('Send mode')); ?></label>
|
||||
<select name="mail_smtpmode" id="mail_smtpmode'>
|
||||
<select name="mail_smtpmode" id="mail_smtpmode">
|
||||
<?php foreach ($mail_smtpmode as $smtpmode):
|
||||
$selected = '';
|
||||
if ($smtpmode[0] == $_['mail_smtpmode']):
|
||||
|
|
|
|||
Loading…
Reference in a new issue