smtp_server library
Classes
Functions
-
gmail(
String username, String password) → SmtpServer - Send through gmail with username / password authentication.
-
gmailRelaySaslXoauth2(
String userEmail, String accessToken) → SmtpServer - Send through GSuite gmail relay with SASL XOAUTH2 authentication.
-
gmailSaslXoauth2(
String userEmail, String accessToken) → SmtpServer - Send through gmail with SASL XOAUTH2 authentication.
-
gmailXoauth2(
String token) → SmtpServer -
hotmail(
String username, String password) → SmtpServer -
mailgun(
String username, String password) → SmtpServer -
qq(
String username, String password) → SmtpServer -
yahoo(
String username, String password) → SmtpServer