yahoo function
Implementation
SmtpServer yahoo(String username, String password) =>
SmtpServer('smtp.mail.yahoo.com',
port: 465, username: username, password: password);
SmtpServer yahoo(String username, String password) =>
SmtpServer('smtp.mail.yahoo.com',
port: 465, username: username, password: password);