surajprakash31
Regular Member
- Oct 7, 2008
- 261
- 468
Here's a Fake Emailer/E-Mail Spoofer with attachment support.
http://bloggingtipsonline.com/scripts/fm/
http://bloggingtipsonline.com/scripts/fm/
Last edited:
wrong section.
Sorry for the noob question, but what is this software about and what it does?
You can email anyone with a fake ID and add an attachment also?Sorry for the noob question, but what is this software about and what it does?
for some reason it didnt work for me sending it to someone using gmail.
<html>
<head><title> Enter your information</title></head>
<body>
<h2>Please use this form to send an email to your friends</h2>
<b><a href="http://">Home</a>
<form method="post" action="sendmail.php">
<fieldset><legend>Sender Options</legend>
<p><label>From:</label>
<input type="text" name ="from" size="50"/></p>
<p>To:
<input type="text" name = "to" size="50" /></p>
<p>Cc:
<input type="text" name="cc" size="50"/></p>
<p>Subject:
<input type="text" name="subject" size ="70"/></p>
<textarea name="message" cols="60" rows = "15"/>Enter Your Message Here:</textarea></p>
<input type="submit" name="submit" value ="send"/><input type="reset" value="cancel"/></p>
</form>
</body>
</html>
<?php
$to = $_POST['to'];
$from = $_POST['from'];
$subject = $_POST['subject'];
$message = $_POST['message'];
$headers= "From: ".$from ."\r\n";
$mailsent = mail($to, $subject, $message, $headers);
if($mailsent){
echo "the following message has been sent<p>";
echo "<b>To: ".$to."</b><br>";
echo "<b>From: ".$from."</b><br>";
echo "<b>Subject: ".$subject."</b><br>";
}
else {
echo "There was a problem sending this email";
}
?>
lol if his intention was to post that link here to get more sales to that page this was the wrong place to attempt it haha