sendgrid function
Implementation
SmtpServer sendgrid(String username, String password) =>
SmtpServer('smtp.sendgrid.net',
username: username, password: password);
SmtpServer sendgrid(String username, String password) =>
SmtpServer('smtp.sendgrid.net',
username: username, password: password);