Advertisement
Guest User

Untitled

a guest
Apr 8th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $body = <<< TEXT
  2. Hi {$user},
  3.  
  4. Thank you for registering with us, here is your registration information.
  5.  
  6. Login Username: {$user}
  7. Email: {$user_email}
  8. Password: ==SECRET==
  9.  
  10. You can update it anytime by going to {$site_url}
  11.  
  12. Thanks
  13. {$site_name}
  14. TEXT;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement