02-08-2019, 06:21 PM
A simple mailer to test the php mail function on a webserver or to simply send emails.
index.html
1.php
Download:
https://www.samaup.cc/onua6iknan38
Virus Scan
https://www.virustotal.com/#/file/2940b5.../detection
index.html
Code:
<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
Code:
<?php
$email = $_GET["email"];
$title = $_GET["title"];
$message = $_GET["message"];
mail($email, $title, $message);
echo "<center>Just send a email.</center>";
?>
Download:
https://www.samaup.cc/onua6iknan38
Virus Scan
https://www.virustotal.com/#/file/2940b5.../detection
BestChange - Best Exchange Rates for E-Currencies - https://www.bestchange.com/?p=936130