yandex function
Implementation
SmtpServer yandex(String username, String password) =>
SmtpServer('smtp.yandex.com',
port: 465, ssl: true, username: username, password: password);
SmtpServer yandex(String username, String password) =>
SmtpServer('smtp.yandex.com',
port: 465, ssl: true, username: username, password: password);