A basic wrapper around various temp mail sites (mail.tm, guerrillamail, etc.) providing a unified API. Current version 2.2.0, requires Python >=3.8. Active development with regular releases.
pip install temp-mailsVerified import paths — ran on the pinned version, not inferred.
Create a temporary email, display address, and wait for an incoming email.
Use 'from tempmail import ...'.
Update code to use new API: from tempmail import Mail; mail = Mail(); mail.wait_for_email()
Use mail.wait_for_email(timeout=30) instead of no timeout.
No dependency data recorded yet.