yahoo function

SmtpServer yahoo(
  1. String username,
  2. String password
)

Implementation

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