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 Fast-Email
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.0.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file tempmailcreator-0.1.0.tar.gz
.
File metadata
- Download URL: tempmailcreator-0.1.0.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 | 8f935eb355988c6c5f639acc35d4f21f6a0a8728b31ed8a58bdfafcb9a7770a3 |
|
MD5 | 9280b37b1d224ab989a89f895564fe5c |
|
BLAKE2b-256 | be7a343b1b8c76f593723707e84d71efe004b936304f2706862030019c627271 |
File details
Details for the file TempMailCreator-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: TempMailCreator-0.1.0-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 | 84bae8cc1a435fa74f235008cec99aa39f6fdc6454789d9803e635602418f9a7 |
|
MD5 | 3a4970751d155fef248337d9e30367a5 |
|
BLAKE2b-256 | 7dd856e3475a73a4810d0417467688875afedbe579437667ec2b3c6b3dfe2f71 |