How To Send Fake Email:-
After clicking Send button, you should see notification that your message is sent.
Below is example of fake email that I send as fake sender myFakeEmail@gmail.com to my email mail@najponude.com
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
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 :
will be valid and data from HTML form will be stored in variables:
These variables are argumets of the function
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
0 comments:
Post a Comment