Any suggestion for smtp mail server in nodejs?

前端 未结 5 1056
萌比男神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:22

    RFC 2821 (http://tools.ietf.org/html/rfc2821) is not too complex, you should be able to flesh out a server in about 300 lines of js.

提交回复
热议问题