Skip to content

Use Wechaty to get notifications when you receive new emails

License

Notifications You must be signed in to change notification settings

wnbupt/wechaty_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wechaty-Mail

wechaty-logo

Wechaty-Mail is an application based on Wechaty which can help you get notifications in WeChat when you receive new emails.

We Support

  • Gmail
  • Outlook
  • 163,126(Netease mails)
  • QQ mail
  • Sina mail

Get Started

  • Please read this guide
  • Make sure your environment configuration is OK
  • Run Wechaty successfully :)

A Video Guide

Email Settings

In order to receive mail in WeChat successfully, we need to authorize the mailbox and turn on the IMAP service.

Gmail/Outlook/Sina

  • Log in your mailbox
  • Find setting about IMAP/POP3/SMTP and turn on the IMAP service

163/126 Mail

QQ Mail

  • Log in your mailbox
  • Find setting about IMAP/POP3/SMTP and turn on the IMAP service
  • Set and remember your new authorization password

Run

Input your own email address and password

Notice : when use 163/126/QQ mail,you should input authorization code as password instead of your login password

Take Gmail as an example

var email_address = '[email protected]'
var email_password = 'xxxxxxxxx'
var imap = new Imap({
    user: email_address,
    password: email_password,
    host: 'imap.gmail.com',
    port: 993,
    tls: true
})
Email Type Imap Address port
Gmail imap.gmail.com 993
Outlook imap-mail.outlook.com 993
QQ imap.qq.com 993
163 imap.163.com 993
126 imap.126.com 993
sina imap.sina.com 993

Run and see new email notifications in WeChat filehelper

License

MIT

About

Use Wechaty to get notifications when you receive new emails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published