Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. mail($mail, $admin_config['game_name']['value'].' » Signup',
  2. '<html>
  3. <body style="font-family: Verdana; color: #333333; font-size: 12px;">
  4. <table style="width: 400px; margin: 0px auto;">
  5. <tr style="text-align: center;">
  6. <td style="border-bottom: solid 1px #cccccc;"><h1 style="margin: 0; font-size: 20px;"><a href="'.$config['base_url'].'">'.$admin_config['game_name']['value'].'</a></h1><h2 style="text-align: right; font-size: 14px; margin: 7px 0 10px 0;">&laquo; Signup</h2></td>
  7. </tr>
  8. <tr style="text-align: justify;">
  9. <td style="padding-top: 15px; padding-bottom: 15px;">
  10. Hello,
  11. <br />
  12. <br />
  13. Click bellow to go at step 2:<br />
  14. <a href="'.$config['base_url'].'?side=signup&amp;step=2&amp;v='.$tempID.'">'.$config['base_url'].'?side=signup&amp;step=2&amp;v='.$tempID.'</a>
  15. <br />
  16. This link is active until <b>'.View::Time(time()+3600, true).'</b>.
  17. </td>
  18. </tr>
  19. <tr style="text-align: right; color: #777777;">
  20. <td style="padding-top: 10px; border-top: solid 1px #cccccc;">
  21. Best Regards,
  22. <br>
  23. <span style="color: #222222;">'.$admin_config['game_name']['value'].'</span>
  24. </td>
  25. </tr>
  26. </table>
  27. </body>
  28. </html>',
  29. "Reply-To: ".$admin_config['game_name']['value']." <".$admin_config['contact_email']['value'].">\r\n" .
  30. "From: ".$admin_config['game_name']['value']." <".$admin_config['contact_email']['value'].">\r\n" .
  31. "MIME-Version: 1.0\r\n" .
  32. "Content-type: text/html; charset=iso-8859-1");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement