chinese-mail

0.2.3 • Public • Published

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:

Package Sidebar

Install

npm i chinese-mail

Weekly Downloads

3

Version

0.2.3

License

ISC

Last publish

Collaborators

  • sunzhongmou