Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ANI_MAIL-1.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

ANI_MAIL-1.0.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page