smtp_server
library
Functions
-
amazon(String accessKeyId, String secretKey, String region)
→ SmtpServer
-
Send through Amazon Simple Email Service (Amazon SES).
-
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
-
-
yandex(String username, String password)
→ SmtpServer
-
-
zoho(String username, String password)
→ SmtpServer
-