This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* | |
Email Spoofing script (PHP). For Educational Purposes only. | |
To note that capabilities of the script have been intentionally limited. | |
This work is licensed under a MIT License. Copyright 2012 Florian Bersier | |
*/ | |
// Get posted data into local variables | |
$EmailFrom = Trim(stripslashes($_POST['EmailFrom'])); // Your email, e.g. [email protected] |