Install Brave Browser for 30 days and earn money - http://bit.ly/_brave_browser
SearchSearch CalendarCalendar GalleryGalleryAuction-PortalAuctionsMembersMembers StatisticsStats
get your RSS-Feed
Language/Sprache:  Admin  
 Login: ChatChat (0) new User-MapUser-Mapsend Passwordsend Password RegisterRegister

Forum Overview » Beta Cyberlord » PHP » Simpliest Mailer - A simple mailer written in PHP
Pages: (1) [1] »
Registration necessaryRegistration necessary
Simpliest Mailer - A simple mailer written in PHP
privateloaderno Access no Access first Post cannot be deleted -> delete the whole Topic 
Group: User
Level:


Posts: 237
Joined: 9/20/2020
IP-Address: saved
offline


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

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


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


edited by privateloader on 9/21/2020 12:41:08 AM
9/21/2020 12:40:41 AM   
Registration necessaryRegistration necessary
Pages: (1) [1] »
all Times are GMT +1:00
Thread-Info
AccessModerators
Reading: all
Writing: all
Group: general
none
Forum Overview » Beta Cyberlord » PHP » Simpliest Mailer - A simple mailer written in PHP
Install Brave Browser for 30 days and earn money - http://bit.ly/_brave_browser

.: Script-Time: 0.230 || SQL-Queries: 6 || Active-Users: 2,664 :.
Powered by ASP-FastBoard HE v0.8, hosted by cyberlord.at