sendgrid function

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

Implementation

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