Skip to main content

Generate Temp Email and get messages of generated email and use in your projects

Project description

TempEmail_py

inspired by https://pypi.org/project/minuteinbox-py/

##You can do with this package

  • Create custom email
  • get created email messages
  • verify email is created or not
  • delete your create email

Description

Create custom temporary e-mails and receive e-mails with MinuteInbox using python!. you can use these email in your projects

import library

from TempEmail import TempEmail

Exmaples

Create Custom email and receive mails

custom_email="demoemail"
email,session,cookies,flag=create_email(custom_email)
if flag:
	while True:
		data=get_inbox(session,cookies)
		if data:
			print(data)
			break
		else:
			print("Waiting.....") 
		time.sleep(1)

email verify

res=verify_email_isCreated(custom_email,session,cookies)
print(res) '''return true if email is created otherwise false

delete email

delete_mail(session,cookies,email) #return True if email is delete

Disclaimer

I'm not associated in any way with MinuteInbox.com, if requested by them I will take down this repository. In this case please prove your Identity and send me an E-Mail. You can check my profile to find it.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

tempmail_py-1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

tempmail_py-1.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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