Skip to main content

A simple way to use temporary email.

Project description

T_email
=====
临时邮箱接口返回邮箱地址和邮件内容,用做接收验证码

Quick start
-----------
pip instll temporaty_email

.. code:: python

from temporaty_email.temporary_email import TemporaryEmail
t_email = TemporaryEmail()
print(t_email.get_email_address())
while True:
if t_email.check_received_email():
content = t_email.get_email_content()
print(content)
break

Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content

Project details


Release history Release notifications | RSS feed

This version

0.5

Download files

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

Source Distribution

temporary_email-0.5.tar.gz (3.5 kB view hashes)

Uploaded Source

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