Impedisce combinazioni SMTP errate tra porta e crittografia.
Evita l'errore SSL wrong version number quando SSL/TLS è impostato sulla porta 587 invece che sulla 465. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
<div>
|
||||
<label class="mb-1 block text-sm font-medium">Porta</label>
|
||||
<%= f.number_field :smtp_port, required: true, min: 1, max: 65535, class: input_class %>
|
||||
<p class="mt-1 text-xs text-zinc-500">587 con STARTTLS · 465 con SSL/TLS (Aruba: smtp.aruba.it:587 oppure smtps.aruba.it:465)</p>
|
||||
</div>
|
||||
<div>
|
||||
<label class="mb-1 block text-sm font-medium">Crittografia</label>
|
||||
|
||||
Reference in New Issue
Block a user