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.5.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file tempmailcreator-0.1.5.tar.gz
.
File metadata
- Download URL: tempmailcreator-0.1.5.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 | a74d86ba267b2c8292867c29499856b08a4d56035c75f4118305f8575f5c8c22 |
|
MD5 | d4f778e8f1c88fe23710be8e1e9783fa |
|
BLAKE2b-256 | 88e3811aee4209056e6555248a47255021441f939eaf2645899b35a8036346e6 |
File details
Details for the file TempMailCreator-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: TempMailCreator-0.1.5-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 | 6224f8ff82a90317d017e8b1ad3bba8d8d2c4133ee824c4232e657dc14cbfc38 |
|
MD5 | 88ad9a815fd1961edc0ca8ce506fa50c |
|
BLAKE2b-256 | 8a94aadfbbb6ed887c39a3c9d6be8c950719ada2f2568c3f7220419f39265541 |