Author Topic: SMTP Error.  (Read 1638 times)

Offline Sappy

  • Newbie
  • *
  • Posts: 2
SMTP Error.
« on: November 02, 2021, 08:26:44 PM »
The error is this:
SMTP Error: Connection failed: Failed to connect socket: Network is unreachable in /home/<REDACTED>/domains/mail.domain.com/public_html/program/lib/Roundcube/rcube.php on line 1774 (POST /?_task=mail&_unlock=loading1635897530726&_framed=1&_action=send)

Redacted my username and domain. Asked my hosting provider and yes it can connect to the smtp and the port is open.

I am using Yandex mail. This is my config
Code: [Select]
$config['smtp_server'] = 'ssl://smtp.yandex.com.';
$config['smtp_port'] = 465;
$config['des_key'] = 'REDACTED';


Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: SMTP Error.
« Reply #1 on: November 03, 2021, 03:11:28 PM »
Why do you have a "." after .com?

Offline Sappy

  • Newbie
  • *
  • Posts: 2
Re: SMTP Error.
« Reply #2 on: November 03, 2021, 06:44:31 PM »
Removed it, still doesn't work :'(. IMAP does work though.
« Last Edit: November 07, 2021, 09:28:21 AM by Sappy »