SkidForums
SkidForums
SkidForums
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Where skids go hackers
 
HomeLatest imagesSearchRegisterLog in

 

 PHP code to send emails with any mail address!

Go down 
2 posters
AuthorMessage
woefie
Owner
Owner
woefie


Awesome
Posts : 52
Points : 97
Reputation : 0
Join date : 2012-04-24

PHP code to send emails with any mail address! Empty
PostSubject: PHP code to send emails with any mail address!   PHP code to send emails with any mail address! EmptyWed Apr 25, 2012 4:37 am

U can use this to send emails from any mail name u want!
still u will have to setup a mail server on ur PC Razz

but here u go hope it helps!

Code:
<html>
<body>

<?php
if (isset($_REQUEST['from']) && isset($_REQUEST['to']))
//if "from" and "to" are filled out, send email
  {
  //send email
  $from = $_REQUEST['from'] ;
  $to = $_REQUEST['to'] ;
  $subject = $_REQUEST['subject'] ;
  $message = $_REQUEST['message'] ;
  mail($to, $subject, $message, "From:" . $from);
  echo "Thank you for using our mail name spoofer. Your message has been sent to " . $to . "!";
  }
else
//if "from" and "to" are not filled out, display the form
  {
  echo "<form method='post' action='sendmail.php'>
  From: <input name='from' type='text' /><br />
  To: <input name='to' type='text' /><br />
  Subject: <input name='subject' type='text' /><br />
  Message:<br />
  <textarea name='message' rows='15' cols='40'>
  </textarea><br />
  <input type='submit' />
  </form>";
  }
?>

</body>
</html>
Back to top Go down
http://skid.forum-leaks.com
Rzdude
Beginner
Beginner



Posts : 78
Points : 110
Reputation : 0
Join date : 2014-06-27

PHP code to send emails with any mail address! Empty
PostSubject: Re: PHP code to send emails with any mail address!   PHP code to send emails with any mail address! EmptyFri Jun 27, 2014 5:38 am

Thanks a lot !
Back to top Go down
 
PHP code to send emails with any mail address!
Back to top 
Page 1 of 1
 Similar topics
-
» Lightworks 11.0.3 Activation Code
» Grau Gbr Video Repair Code V1.7 Crack
» [Extra Speed] Tuneup Media Activation Code Txt Mediafire Incl Crack
» [Extra Speed] Tuneup Media Activation Code Txt Mediafire Incl Crack
» [Extra Speed] Tuneup Media Activation Code Txt Mediafire Incl Crack

Permissions in this forum:You cannot reply to topics in this forum
SkidForums ::   :: Coding :: Coding :: PHP/HTML-
Jump to: