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