Library for creating and managing temporary email accounts with mail.tm API.
Project description
Fast-Email
Library for creating and managing temporary email accounts with the mail.tm API.
Installation
You can install the library using pip
:
pip install TempMailCreator==0.0.1
Usage
Get available domains
domains = Lmi.domains()
print(f"Available domains: {domains}")
Register a new account
new_account = Lmi.register()
print(f"Registered account: {new_account}")
Get an authentication token
token = Lmi.get_token(new_account['email'], new_account['password'])
print(f"Authentication token: {token}")
Get email messages
messages = Lmi.get_sms(token)
print(f"Messages: {messages}")
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
tempmailcreator-0.0.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file tempmailcreator-0.0.1.tar.gz
.
File metadata
- Download URL: tempmailcreator-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f5db1abf572e1fc38f8154ef36bf09c7f8527622251c9c6b2e55ad90b3f0dca |
|
MD5 | ba08f45fcc662f14c134bfcc9d341750 |
|
BLAKE2b-256 | 5fd9799d68145c50381c278252cd5c44fe674b89d981cea63723e3156dd9b787 |
File details
Details for the file TempMailCreator-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: TempMailCreator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66b867ed640e19ee775618d17e716d78d78f5fff6a506f8706d09fe54506c040 |
|
MD5 | 91603754d06e66294ea97f19dd1f8583 |
|
BLAKE2b-256 | cfbe5c76265ff026418c19f7d1a02b0d553f59e432011743eef89170cbc21a8e |