Skip to content

Integration-Automation/MailThunder

Repository files navigation

MailThunder

Downloads

MailThunder Stable Python3.8

MailThunder Stable Python3.9

MailThunder Stable Python3.10

MailThunder Stable Python3.11

Documentation

TODO

Notice

  • Default is using Google service provide, but you can change init setting to choose what service provide you want to use.
  • We need set the mail_thunder_content.json on current working dir.
{
  "user": "example@gmail.com",
  "password": "password"
}

Project Kanban
https://github.com/orgs/Integration-Automation/projects/2/views/1

  • Quickly Mail automation.
  • SMTP support.
  • IMAP4 support.
  • Mail Thunder script.
  • Automatically output all mail content as a file.
  • Automatically send mail.
  • Automatically send file.
  • OS Independent.
  • Remote automation support.
  • Project & Template support.
  • Detailed log file.
  • Scheduler.

install

pip install je_mail_thunder

Requires

python 3.8 or later