'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => 'smtp.ukr.net', // e.g. smtp.mandrillapp.com or smtp.gmail.com
'username' => 'user@ukr.net',
'password' => 'password',
'port' => '2525', // Port 25 is a very common port too
'encryption' => 'ssl', // It is often used, check your provider or mail server specs
],