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
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.4.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file tempmailcreator-0.1.4.tar.gz
.
File metadata
- Download URL: tempmailcreator-0.1.4.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10b348aa1630fc7386bc3b721c29bc4550d6e4b522622137e683da8a49e2ee92 |
|
MD5 | a8797a414bd9d5e6646ef0818f7be61a |
|
BLAKE2b-256 | 51a56bb6a913c6b00dd0203a4115e8bc4595fd1ee1782d657e898a026caa1da8 |
File details
Details for the file TempMailCreator-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: TempMailCreator-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a1e19d9653ac7622fae56f0540165a852dbe48078f2f53209d3cc7416d4e1c9 |
|
MD5 | d8a768591ec1558ba4e64230af8ecedf |
|
BLAKE2b-256 | 3d17dd6e6651e7c339d3cdfc0b62d060546ab94120f17d97ceee5be4ba2d80e9 |