Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amorist/nodemailer-nodemailer-smtp-transport

nodemailer和nodemailer-smtp-transport使用实例
https://github.com/amorist/nodemailer-nodemailer-smtp-transport

Last synced: about 2 months ago
JSON representation

nodemailer和nodemailer-smtp-transport使用实例

Awesome Lists containing this project

README

        

# nodemailer-nodemailer-smtp-transport
nodemailer使用实例

package version:

"nodemailer": "^4.6.3"

调用方法:

```

const mail = require("./mail")
mail.sendMail("[email protected]","测试","测试");

```