https://github.com/integration-automation/mailthunder
https://github.com/integration-automation/mailthunder
imap-client python smtp-client
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/integration-automation/mailthunder
- Owner: Integration-Automation
- License: mit
- Created: 2021-03-16T12:57:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T09:07:30.000Z (about 1 year ago)
- Last Synced: 2025-01-04T19:54:57.952Z (9 months ago)
- Topics: imap-client, python, smtp-client
- Language: Python
- Homepage: https://integration-automation.github.io/MailThunder/
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### MailThunder
[](https://pepy.tech/project/je-mail-thunder)
[](https://github.com/Intergration-Automation-Testing/MailThunder/actions/workflows/mail_thunder_stable_python3_8.yml)
[](https://github.com/Intergration-Automation-Testing/MailThunder/actions/workflows/mail_thunder_stable_python3_9.yml)
[](https://github.com/Intergration-Automation-Testing/MailThunder/actions/workflows/mail_thunder_stable_python3_10.yml)
[](https://github.com/Intergration-Automation-Testing/MailThunder/actions/workflows/mail_thunder_stable_python3_11.yml)
### Documentation
Docs:### 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.
``` json
{
"user": "example@gmail.com",
"password": "password"
}
```
* Set application password:
* https://support.google.com/accounts/answer/185833
* Enable IMAP:
* https://support.google.com/mail/answer/7126229?hl=en
---> 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.
> * Socket server.
> * Script Project & Template support.## install
```
pip install je_mail_thunder
```## Requires
```
python 3.9 or later
```