MailThunder is a lightweight and flexible email automation tool. It supports SMTP and IMAP4, provides scripting and template features, and makes sending, receiving, and managing email content effortless.
- By default, MailThunder uses Google Mail services. You can change the initialization settings to use other providers.
- A configuration file named mail_thunder_content.json must be placed in the current working directory:
{ "user": "example@gmail.com", "password": "password" }- Set up an application-specific password:
- Enable IMAP:
- Fast email automation
- SMTP support
- IMAP4 support
- MailThunder scripting
- Automatic export of all email content to files
- Automated email sending
- Automated file sending
- Socket server support
- Script project & template support
pip install je_mail_thunder - Python 3.9 or later