zoho function

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

Implementation

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