Merge pull request #4726 from louis-lau/v5-fix-smtp-tls-wording
Fix mail TLS options wording
This commit is contained in:
commit
ea20c55468
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@
|
|||
</dt>
|
||||
<dd class="text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
|
||||
<select name="encryption" class="input w-full form-select">
|
||||
<option value="tls">TLS</option>
|
||||
<option value="ssl">SSL</option>
|
||||
<option value="tls">STARTTLS</option>
|
||||
<option value="ssl">SSL/TLS</option>
|
||||
</select>
|
||||
</dd>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue