Welcome to Entertainment Meela * Search every thing you Want*.
Subscribe For Free Updates!

We'll not spam mate! We promise.

Welcome To EnterTainment Meela Music Masti And entertainment download every thing you need!!!

Tuesday 11 February 2014

How To Send Fake Email



How To Send Fake Email:-



Here is step by step tutorial that explain how to send fake email and how to create own fake emailer in python/django. First I’ll show you how to use my fake emailer that is created in python , you can run it on http://najponude.com/email5/. Just fill required information and click send , for example :
send fake email
After clicking Send button, you should see notification that your message is sent. 
message sent
Below is example of fake email that I send as fake sender myFakeEmail@gmail.com to my email mail@najponude.com
email
This fake emailer is created as django / python project . You can download complete code from my Git Hub account , here is the link github.com/blaz1988/fakeEmail , just click on Download Zip
d zip
If you don’t know how to run Django project read my previous article How To Create Your First Django Web Application
The main part of fakeEmail django project is view.py/github.com/blaz1988/fakeEmail/blob/master/fakeEmail/views.py
When user click on Send button if statement :
if request.method == ‘POST’ :
will be valid and data from HTML form will be stored in variables:
sender=request.POST['user']
message=request.POST['content']
receiver=request.POST['receiver']
subject=request.POST['subject']
These variables are argumets of the function 
send_email(sender,message,receiver,subject)
send_email function use python packages smtplib , email.mime.text to configure messagre and send it. 
For more information about smtlib read python documentationdocs.python.org/2/library/smtplib.html
If you don’t like my fake emailer , you can try some from these list : 
emkei.cz
deadfake.com/Send.aspx
anonymailer.net

Socializer Widget By Entertainment Meela
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment