Skip to content

mudiv/fake-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake-email

A simple library project, a library function to make a temporary email, receive all messages

PyPI version YouTube Discord YouTube Downloads

Installation :

pip install fake-email

Example

from fake_email import Email


mail=Email().Mail()
print(mail)



while True:
	mass=Email(mail["session"]).inbox()
	if mass:
		print(mass)
		break
	

The result

 {     
    'topic': 'Hi', 
    'name': 'روكس \\ RUKS', 
    'from': '**@gmail.com', 
    'to': 'knz83195@xcoxc.com', 
    'message': "Hi bro ,I'm muntazir",  
    'datetime': ['datetime']
}

You can enter the private inbox in the fake email through the session

{
 'mail': 'rjx14056@cdfaq.com',
 'session': 'eywvgnjdwf53ex7z9rq8lxunf9'
}

Example get inbox

from fake_email import Email

# get inbox

while True:
	mass=Email(session).inbox()
	if mass:
		print(mass)
		break

muntazir-halim' Github Stats

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages