Temp mail generator using mail.tm API
Project description
get-mail
Temp mail generator using mail.tm API.
Installation
pip install get-mail
Usage
from get_mail import MailTM
mail = MailTM()
account = mail.create_account()
print(f"Address : {account['address']}")
print(f"Password: {account['password']}")
inbox = mail.get_messages()
for msg in inbox:
print(msg['subject'])
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
get_mail_tm-0.1.0.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file get_mail_tm-0.1.0.tar.gz.
File metadata
- Download URL: get_mail_tm-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c86353e18fec61f7efaab4b1fe6800aafa29dc6662ab0e85e910ab2d37fb2c0
|
|
| MD5 |
99bf5540731bd902883bf9772eb990ce
|
|
| BLAKE2b-256 |
671fb6475883188a298bd5ac9ff30231146814de2ac72bc4a58efc47c08b539c
|
File details
Details for the file get_mail_tm-0.1.0-py3-none-any.whl.
File metadata
- Download URL: get_mail_tm-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
527d8c382da0460db3b25f62352a083b79a58e7e1ffa964bb82eeb5d8958bdd1
|
|
| MD5 |
ab6ed18c76f6f4ac78cdb309c8317816
|
|
| BLAKE2b-256 |
31d3f0ebabd1c723a8eeec703f21f8b369fe3c8b57cadff5b669656fdfcd8aa1
|