Roundcube should use submissions (465) for sending.

This commit is contained in:
Jim Hague 2023-05-22 17:07:04 +01:00
parent f61543ea0f
commit f1669325a2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ $config['smtp_server'] = 'tls://mail.lunch.org.uk';
// SMTP port (default is 25; use 587 for STARTTLS or 465 for the
// deprecated SSL over SMTP (aka SMTPS))
$config['smtp_port'] = 587;
$config['smtp_port'] = 465;
// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login