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.1.0
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.1.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file tempmailcreator-0.1.1.tar.gz
.
File metadata
- Download URL: tempmailcreator-0.1.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 | d69182e0f9f5523b43340c1ba9d19f239d66c1970cd33d33b8f987ea3718964b |
|
MD5 | 488abca964d83cf3dd9b714b6bf508e4 |
|
BLAKE2b-256 | 282b1007e733523ecda8cac054729321465da3988a1fae74b2bf3305710295f9 |
File details
Details for the file TempMailCreator-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: TempMailCreator-0.1.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 | a67083904f64f3113588370e3d590175d9195e723293eb04c7695337fba6ab76 |
|
MD5 | ea5867423426242d36ffe19f194b00e8 |
|
BLAKE2b-256 | 46478c64d4a59179bf46427902c87df0092a4bab9b208bd38eae3c7e03d15190 |