亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

What modules are there in node.js to build a mail server on your own server?
滿天的星座
滿天的星座 2017-05-16 13:28:52
0
2
721

I recently need to push some simple text content through email in the node environment.
I know: The general solution is to log in to other people's mailboxes (gmail, NetEase, etc.) through a module similar to nodemailer, and then use this to send emails.
But I encountered a problem before using the python module to send emails (Microsoft Mailbox): that is, the server mailbox regarded "frequent sending of emails" as "mailbox being exploited", which caused the mailbox to be deactivated. So, I thought: using a third-party mail server is unreliable anyway. So I want to build a mail server by myself (of course, this garbage will not build it from the bottom), so I want to know what modules under node can build a mail server.

This is my first time asking a question in this forum, and I would like to thank Haihan.

滿天的星座
滿天的星座

reply all(2)
淡淡煙草味

Third-party email services are of course much more reliable than your own. What you need is a third party that specializes in email services, not providers like NetEase and Gmail that provide personal email services.

You can check out MailGun

習(xí)慣沉默

Use several accounts and providers to send messages cyclically. . . It was thought up by our backend

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template