Skip to main content

Free temporary email

Project description

tmail

Free temporary email (python library)

pip install tmail

Usage Example

import library

import requests
from tmail import TMail

tm = TMail()

displays the mail name

print('Your Mail: '+ tm.mail)

check incoming messages

while True:
    try:
        boxmail = tm.messages()
        if len(boxmail) != 0:
            print(boxmail)
            break
        else:
            continue
    except requests.exceptions.ConnectionError:
        continue

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tmail-1.0.9.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

tmail-1.0.9-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file tmail-1.0.9.tar.gz.

File metadata

  • Download URL: tmail-1.0.9.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.9

File hashes

Hashes for tmail-1.0.9.tar.gz
Algorithm Hash digest
SHA256 f8b92cbd2a876bece67ad9bcc66b7d7427a26e3901a31511052b81c915523cc4
MD5 56c7ca59bf1daa84bd9c2234cf49c032
BLAKE2b-256 040952668d383bf6b22fe46658c62f253bad16d04b940a5f2bcd298ad3bbc269

See more details on using hashes here.

File details

Details for the file tmail-1.0.9-py3-none-any.whl.

File metadata

  • Download URL: tmail-1.0.9-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.9

File hashes

Hashes for tmail-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 95d6edf1853fcfb740b97e8cf0b96033ef977bd0360ccd9a428c0da4616e149c
MD5 3a8693ce26740f335b2f5ed48be948b3
BLAKE2b-256 3c7aadbc679484554768c6974a52c45cf04c5b1f7ae324766beef7e810e08dba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page