Skip to content

mbulung/TMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMail

Forget about spam, advertising messages, hacking and bot attacks. Keep your real mailbox clean and safe. Temp Mail provides a secure, anonymous, free and one-time temporary email address.

Install

pip install TMail==0.1

Usage Code

from TMail import TMail

# random mail
tm = TMail()
# or
# tm = TMail(name='custom', domain='custom.domain', epin='epincode or none')

# check domain availability
print(tm.domain_list()) # output type list
print('Your mail: '+ tm.email)
# check inbox messages
print(tm.inbox()) # output type json

About

Disposable Temporary Email

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages