Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //CredPag
- $suject = "asunto"; //asunto del mail
- $message = "mensaje";
- $headers = "From:" . $from;
- $mail = mail ($to, $subject, $message, $headers, $from); //este email hara nuestro trabajo de suplantacion
- if ($mail)
- {
- echo "Email sent to ".$to;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment