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