当前位置: 软件>JavaScript软件
Node.js 邮件发送 Nodemailer
本文导语: Nodemailer 是一个简单易用的 Node.JS 邮件发送模块(通过 SMTP,sendmail,或者 Amazon SES),支持 unicode,你可以使用任何你喜欢的字符集。 Unicode to use any characters HTML content as well as plain text alternative Attachments (including attachment streami...
Nodemailer 是一个简单易用的 Node.JS 邮件发送模块(通过 SMTP,sendmail,或者 Amazon SES),支持 unicode,你可以使用任何你喜欢的字符集。
- Unicode to use any characters
- HTML content as well as plain text alternative
- Attachments (including attachment streaming for sending larger files)
- Embedded images in HTML
- SSL/STARTTLS for secure e-mail delivery
- Different transport methods - SMTP, sendmail and Amazon SES
- SMTP Connection pool and connection reuse for rapid delivery
- Preconfigured services for using SMTP with Gmail, Hotmail etc.
- Use objects as header values for SendGrid SMTP API
- XOAUTH authentication support and token generation (3-legged OAuth) - useful with Gmail
- DKIM signing
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。