Skip to content

Python module to get free disposable temporary email address

License

Notifications You must be signed in to change notification settings

mahelbir/etempmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etempmail

PyPI PyPI - Python Version PyPI - License

A simple module to get free disposable temporary email address.

Installation

To install etempmail use pip:

pip install etempmail

Usage

from etempmail import TempMail

# recovery: str = None, url: str = 'https://etempmail.com', debug_response: bool = True
temp_mail = TempMail()  # or TempMail('OGFHVIX7915')

print(temp_mail.id)
# 7915

print(temp_mail.email)
# sidavm5dhc@upperbox.xyz

print(temp_mail.recovery)
# OGFHVIX7915

print(temp_mail.inbox())
# [{'subject': 'test', 'from': 'Anonymousemail <noreply@gmail.com>', 'date': '16/08/2022 19:40:47', 'body': 'Test Body Code: 123'}]

temp_mail.recover('OGFHVSZ115741')  # Recover email address
temp_mail.change()  # Change email address

Note

You can use the following domains or similar:

License

The MIT License (MIT). Please see License File for more information.

About

Python module to get free disposable temporary email address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages