0.0.4 • Published 6 years ago

qq-mht-mail-backup v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

install

npm i qq-mht-mail-backup -g

how to use it

SMTP_SERVER="smtp.your.mail.server" MAIL_USER="yourmail@yourdomain" MAIL_PASS="your-pass-word" MAIL_RECEIVERS="mailbox1@yourdomain,mailbox2@yourdomain" qq-mht-mail-backup path/to/mht/file

optional ENV

  • MONGO_URI this tool require mongodb for temporary data store

by default,this is set as mongodb://localhost:27017/mht-foobar

  • SMTP_PORT

by default,this is set as 465