hotmail function

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

Implementation

SmtpServer hotmail(String username, String password) =>
    SmtpServer('smtp-mail.outlook.com', username: username, password: password);