Anonymous Email Send from Anyone to Anyone
Setp 1 :- Create a html form or table for filling the information (to:- , sendername:- , from:- , subject:- and message) like below photo.
Also you can create with nice design and templates.
Basic HTML table code
<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=content></textarea></td></tr>
<tr><td><input type=submit value="Send Mail"></td></tr>
</form>
</table>
Step 2 :- Right below their a PHP script of mail function for sending mail.
Step 3 :- And then save it as a (.php) extension
Step 4 :- Now upload this file in server (Hosting) ! And done !
KumarJeeru
Post a Comment
Post a Comment