Connection could not be established with host smtp

Hi, I’m new in yii2 and i’m trying to setup a email account to send emails, but when i fill the form i have a error

Connection could not be established with host smtp.mail.onewayconsulting.com.mx :stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Host desconocido.

and my web.php file is:

‘useFileTransport’ => false,
‘transport’ => [
‘class’ => ‘Swift_SmtpTransport’,
‘host’ => ‘smtp.mail.onewayconsulting.com.mx’,
‘username’ => ‘user@onewayconsulting.com.mx’,
‘password’ => ‘password’,
‘port’ => ‘26’,
‘encryption’ => ‘ssl’,

hope someone can help me. Thanks