Simpliest Mailer - A simple mailer written in PHP (1 Viewer)

A simple mailer to test the php mail function on a webserver or to simply send emails. index.html <html> <title>Simpliest Mailer</title> <center> <table> <form action="1.php"...

A simple mailer to test the php mail function on a webserver or to simply send emails.

index.html
Kod:
<html>
<title>Simpliest Mailer</title>
<center>
<table>
<form action="1.php" target="frame1">
<tr><td>Email : </td><td><input type="text" name="email"></td></tr>
<tr><td>Title : </td><td><input type="text" name="title"></td></tr>
<tr><td>Message : </td><td><input type="text" name="message"></td></tr>
<tr><td></td><td><input type="submit" name="Send" value="send"></td></tr>
</form>
</table>
<iframe name="frame1" frameborder="0" width="100%" height="100%"></iframe>
</center>
</html>

1.php
Kod:
<?php
$email = $_GET["email"];
$title = $_GET["title"];
$message = $_GET["message"];
mail($email, $title, $message);
echo "<center>Just send a email.</center>";
?>

Download: (Updated 02/03/2019)
http://www.filefactory.com/file/14wchukmvr19/Simpliest Mailer 2.rar

Virus Scan
https://www.virustotal.com/#/file/2...4404c5a41d17d412fe2d11e639961d985e2/detection
 
Son düzenleme:
💬 SpyHackerz Telegram — Anlık tartışmalar ve duyurular için katıl
Yanıt yazmak için giriş yapmalısınız
Forum özelliklerini kullanmak ve Level 2 üyelik satın almak için hesabınıza giriş yapın.

Users who are viewing this thread

133,211Konular
3,283,072Mesajlar
319,614Kullanıcılar
ReuxasSon Üye
Üst Alt