Disposable email API for AI agents — OTP extraction, webhooks, and instant inboxes
Project description
SandMail — Disposable Email API for AI Agents
Create temporary inboxes, extract OTP codes, and receive webhooks — in 3 lines of code.
Install
pip install sandmail
Quick Start
from sandmail import SandMail
client = SandMail("sk_live_your_api_key")
inbox = client.create_inbox()
otp = client.wait_for_otp(inbox.email, timeout=30)
print(otp.code) # "847291"
Documentation
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
sandmail-1.0.0.tar.gz
(3.8 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 sandmail-1.0.0.tar.gz.
File metadata
- Download URL: sandmail-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
267f5507cf28090ddc0e9a29d75696d4eeb5e70adbb41c471d2cad694b5ae817
|
|
| MD5 |
9cd378d1828676ba5eec9d457c7665aa
|
|
| BLAKE2b-256 |
b3498a5d93b3e477929251f5c3d88be99a2dd28974ebc34311ecdff7081b2ffa
|
File details
Details for the file sandmail-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sandmail-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d94d5fc3433a53b11bbb880fc4b6183d7640e00ba900efc46fa7d8f994ed15db
|
|
| MD5 |
77a4bd48da9997b86ba1651caf3223ab
|
|
| BLAKE2b-256 |
ace1706437146ab3eeaa02eeb6508bc5b5e2d5a4f36d54057577c308d294340e
|