Skip to main content

Temporary Email Python SDK of https://api.iemail.eu.org/

Project description

IEmail

Description

IEmail is a PyPI package that provides a simple way to get a temporary email address and receive emails anonymously. It is a wrapper for IEmail, an online service that allows users to create temporary email addresses for free.

The project is released on pypi.org, and you can view it at https://pypi.org/project/iemail/.

Installation

You can install IEmail with pip as usual.

pip3 install iemail

Usage

# Import the module
from iemail import Account

# Create an account
test = Account(username='test', prefix='mymail')  # Address: test@mymail.iemail.eu.org

# See the address and password
print(test.address)

# Check the email's inbox
print(a.get_message(latest=0))
# latest: 0 means the latest email, 1 means the second latest email, and so on.
# If there is no email, it will raise IndexError.

print(a.get_messages()) # Get All the emails.

Contact

If you have any questions or concerns, please feel free to contact us at i@iemail.eu.org.

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

iemail-1.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

iemail-1.1-py3-none-any.whl (4.0 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