Skip to main content

Posts

Showing posts with the label fake mailer website

fake mailer website

Hello friends today i m show you how to make  your own fake mailer website : you need a website for web hosting . you can use free web hosting like 110mb.com,www.5gbfree.com/etc. resistor for web hosting a create an account . next step   <html> <h1>Kyrion's Anonymous Email Mail Sender (For Educational Purpose Only)</h1> </html> <table border=2> <form action="" method=post> <tr><td>Recipent: </td><td><input type=text name=email size=30></td></tr> <tr><td>Sender name: </td><td><input type=text name=name size=30></td></tr> <tr><td>Sender Email Address: </td><td><input type=text name=sender size=30></td></tr> <tr><td>Subject: </td><td><input type=text name=subject size=30></td></tr> <tr><td>Content: </td><td><textarea rows=10 cols=30 name...