Open robstewart57 opened 1 year ago
This change adds sendMailWithLoginOAuthSTARTTLS to the Network.Mail.SMTP module. This function accepts a username and an OAuth token and encodes them with base 64 in SASL XOAUTH2 format, for SMTP OAUTH authentication.
sendMailWithLoginOAuthSTARTTLS
Network.Mail.SMTP
This commit implements this feature request: https://github.com/jhickner/smtp-mail/issues/34
This change adds
sendMailWithLoginOAuthSTARTTLS
to theNetwork.Mail.SMTP
module. This function accepts a username and an OAuth token and encodes them with base 64 in SASL XOAUTH2 format, for SMTP OAUTH authentication.This commit implements this feature request: https://github.com/jhickner/smtp-mail/issues/34