Encoded Aimoo Forum List | Ticket | Today | Member | Search | Who's On | Help | Sign In | |
Encoded > Encoded > Hacktools Go to subcategory:
Author Content
hacxx-2
  • Rank:level-1
  • Score:41
  • Posts:41
  • From:Unknown
  • Register:2020-08-24 06:05:19

Date Posted:2020-09-05 02:34:50Copy HTML

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


[b]index.html[/b]

[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>

[/code]


[b]1.php[/b]

[code]

<?php

$email = $_GET["email"];

$title = $_GET["title"];

$message = $_GET["message"];

mail($email, $title, $message);

echo "<center>Just send a email.</center>";

?>

[/code]


Download: (Updated 05/09/2020)

https://filecrypt.cc/Container/9119CAE685.html

https://www.file-upload.com/0y1zkna19jln

http://nitroflare.com/view/6D64B38A6291364/Simpliest_Mailer_2.rar

http://www.filefactory.com/file/4j61nsp1u7h6/Simpliest%20Mailer%202.rar


Virus Scan:

https://www.virustotal.com/#/file/2940b5364b6312b0523c3519b82054404c5a41d17d412fe2d11e639961d985e2/detection


Copyright © 2000- Aimoo Free Forum All rights reserved.