简体   繁体   中英

Send email from node.js to Gmail

I have been looking up like 4 different libraries using 2 of them halfway before abandoning to opt for a new one.

I have a node.js api endpoint that should send a mail to my personal gmail account. How could I achieve this, without working around googles OAuth 2 authentication setup. I favor an easy implementation

您可以使用nodemailer发送电子邮件,也可以使用SendgridMailgun等服务,这是nodemailer Tutorial nodemailer的教程

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM