Skip to content

tongyongquan/temporary_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T_email

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

Quick start

pip instll temporaty_email

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

About

10分钟临时邮箱接口,用来接收验证码

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages