qq function

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

Implementation

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