Any suggestion for smtp mail server in nodejs?

前端 未结 5 1081
萌比男神i
萌比男神i 2020-12-12 14:35

I googled out quite a few but all are at best alpha versions, so it seems I will have to try an code one. Instead of coding one from scratch I would like to build on existin

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-12 15:15

    Personally, I use node_mailer :

    send emails from node.js to your smtp server, simple as cake.

    From https://github.com/marak/node_mailer :

    Features :

    • super simple api
    • emails are blasted out asynchronously
    • uses connection pooling per SMTP server
    • super simple built in templates using Mustache.js
    • SSL supported (NodeJS v0.3.x or later)

提交回复
热议问题