A Python package to send mail one person or more than one person, read mail, clear inbox, clear trash box and you can mail bomb as well.
Project description
ANI_MAIL
A Python package created by Aniket Dubey for send mail, bulk mail, read new received mail, clear inbox and clear trash box.
Also you can mail bombing using this
HOW TO USE IT
from Ani_EmailManager import EmailManager
For sending emails
EmailManager.Email_Manager.send_email(email_address, email_password, recipient_email, subject, message)
For sending emails to many mail IDs
EmailManager.Email_Manager.send_bulk_email(email_address, email_password, recipient_emails, subject, message)
For getting new received mails, also you can set count of mails you wanna get.
EmailManager.Email_Manager.check_new_emails(email_address, email_password, number_of_mails)
For clearing your whole inbox
EmailManager.Email_Manager.clear_inbox(email_address, email_password)
For clearing your whole trash box
EmailManager.Email_Manager.clear_email_trash(email_address, email_password)
For email bombing
EmailManager.Email_Manager.email_bombing(email_address, email_password, recipient_email, subject, message, count_of_mails, wait_time)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ANI_MAIL-1.0.2.tar.gz
.
File metadata
- Download URL: ANI_MAIL-1.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41135d99cb04fe96a80cbb5f27ae879e900cb9dcb75db97b5e9f8540c9b1c457 |
|
MD5 | 130e4316e6c6a91d4c71562726734ada |
|
BLAKE2b-256 | ab7dc6db10ad408351d9895b1d988d5e3d30f6d8452f05cf15c1767099fcfdb7 |
File details
Details for the file ANI_MAIL-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: ANI_MAIL-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 237fe28254676cd4fe30904d0031234e70f77b9e2944a841cc7deb02ed2487b7 |
|
MD5 | a1b40ab9e8dd92a358f2b05b03b623eb |
|
BLAKE2b-256 | 5206e0cc29e18091c2f6a4b900da33bc95a667d249263108e10284bf29420227 |