anonmail

anonmail is a service which lets you use and integrate disposable emails for free.


Keywords
anonmail, fakemail, tempmail, mailapi, disposable, secure, temporary
License
GPL-3.0
Install
pip install anonmail==1.2beta

Documentation

AnonMail

Anonmail Provides You Temporary And Disosable Mails To Use

How To Install

This Code is hosted on PyPI so you can install by;

pip install anonmail

Requirements

-> requests
pip install requests

How To USE

To Get Available Domain For AnonMail

>>> import anonmail
>>> domain=anonmail.get_available_domain()

To Get A Random Person Name

>>> from anonmail import *
>>> name=get_name()

To Get A Random Disposable E-Mail

>>> from anonmail import *
>>> email=get_email()

To Get A Custom UserName E-Mail

>>> from anonmail import *
>>> email=get_email("speedx",get_available_domains()[0])

To Get A List of All Received Mails

>>> from anonmail import *
>>> mails=fetch_emails()

To Get Body Of Any Mail

>>> from anonmail import *
>>> body=fetch_content(<Your_Mail_ID>,<Your_Message_ID>)

TODO

-> Add Command Line Usage

-> Add More Features

-> Remove requests Dependencies

Note

Its Heavily Under Work.... Report Any Bugs

Made With ♥ By SpeedX