Advertisement
tomba2k

cshark eng mail

Dec 26th, 2013
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.83 KB | None | 0 0
  1. Note: $_POST[notes]
  2. END;
  3.         mail($sendmail, "[Order] $details->country - $showpack", $ordmail, "From: $_POST[email]\r\n\r\n");
  4.  
  5.         $mcont = <<<END
  6.  
  7. Dear $_POST[name],
  8.  
  9. we're contacting you regarding your order of $showpack game server ($_POST[slots] slots).
  10.  
  11. To continue with server activation it is necessary that you pay amount bellow and send us a photo of payed bill.
  12.  
  13. Charge amount: $logprice RSD / $devize EUR
  14.  
  15. Example of domestic payment slip you can find here: http://www.cybershark.rs/uplatnica.jpg
  16. For example for foreign payment slip you can check here: http://www.cybershark.rs/uplatnice/$details->country.jpg
  17.  
  18. After you complete payment, please send us photo of payment slip to: uplata@cybershark.rs , so we can activate
  19. your server as soon as possible.
  20.  
  21. Kind regards.
  22.  
  23. - Cyber Shark Hosting
  24. - www.cybershark.rs
  25. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement