Roundcube should use submissions (465) for sending.
This commit is contained in:
parent
f61543ea0f
commit
f1669325a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue