0.2.3 • Published 7 years ago

chinese-mail v0.2.3

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

chinese-mail

Easy to send mail with Chinese mail server, such as 163, qq, etc.

最新版本只测试过网易相关邮箱,工作正常。如果觉得好用,希望提供更多支持,请通过邮箱或以下方式联系我们。

Latest version has been tested on mail server like 126, 163. If you have some other requirement, please contact us by mail or other ways below.

可通过以下方式联系我们(You can contact us the ways below):

The official website 微博 Tweet NPM GitHub 简书 Youtube 优酷

Show Result

Code example:

var chineseMail = require('../index')

chineseMail.config.config126Mail({
  'username':'szm_666@126.com',
  'password':'******'
});

console.log('Chinese mail send mail by 126 start...');
chineseMail.sendMailBy126(
  'wayde.sun@gmail.com',
  'Thanks Wayde',
  '<p>Come on</p>',
  function (res) {
    console.log(res)
    console.log('Chinese mail send mail by 126 end...');
});

Others provided by us:

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago