Skip to content

yourtion/node-smtp-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-smtp-auth

Auth user from smtp server

more info: 使用SMTP服务进行用户登录认证

Install

$ npm install smtp-auth --save

How to use

const SMTPAuth = require("smtp-auth");
const client = new SMTPAuth({
  host: "smtp.163.com",
  port: 25,
});

client.auth("test@extmail.org", "test").then(() => {
  console.log("login success")
}).catch((err) => {
  console.log("login fail: ", err)
});

About

Auth user from smtp server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published