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.2.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file tempmailcreator-0.1.2.tar.gz
.
File metadata
- Download URL: tempmailcreator-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abfd5b6678a47b15e8ea80c206aef9eaf74b4f03c6e4f4068bbfbfcd9e14c44a |
|
MD5 | c2a05eb8f3661ab83ea1b906080eb62e |
|
BLAKE2b-256 | 84cd01d37e9daa336a9abef9be9f8a1eddd6b856348708bdef89bbb143c089ad |
File details
Details for the file TempMailCreator-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: TempMailCreator-0.1.2-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 | 7d3494e787c67b87fe3e3f141b1faa73618b266b6b40c5e00f8d06c83de0ca32 |
|
MD5 | bb51b0ce82c7bd6d97ded3da24273ff7 |
|
BLAKE2b-256 | adc8f39cacddd9ebe9af091c749b3a906264b978043c6f18e0535e39e3a9285e |