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.3.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file tempmailcreator-0.1.3.tar.gz
.
File metadata
- Download URL: tempmailcreator-0.1.3.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 | 6c39f8f98811e89b44a803894efa13a65b7008a127f58ae64c561be2e44795b7 |
|
MD5 | 421b4627ebe166e0d73c669879a887d5 |
|
BLAKE2b-256 | 0b98f06a4ef74c4f7f24326d2d6a136df16013ba8a966e9bdbc11242da320789 |
File details
Details for the file TempMailCreator-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: TempMailCreator-0.1.3-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 | e86776313325e95be6d186ee1c5198f23d1d3999d3854504535440bb423975e1 |
|
MD5 | 6adc463fc0db145e63ab6fe501df671c |
|
BLAKE2b-256 | 48fd192899c08fcdfa57ce551e73eda1331a3adf829e3eaac1e79d9a4dde315c |