Advertisement
Guest User

Untitled

a guest
Aug 10th, 2017
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. $subject = ' vRAF Application Form Accepted';
  2.  
  3. $headers = "From: vaptams@vraf.net\r\n";
  4. $headers .= "BCC: cas@vraf.net, personnel@vraf.net\r\n";
  5. $headers .= "MIME-Version: 1.0\r\n";
  6. $headers .= "Content-Type: text/html; charset=UTF-8\r\n";
  7.  
  8. $message = '<html><body>';
  9. $message .= '<p>Hello '.$firstname.' '.$lastname.',</p>';
  10. $message .= '<p>Your Application for vRAF has been accepted!</p>';
  11. $message .= '<p>You can now login to VAPTAMS with the following details:</p>';
  12. $message .= '<p>RFR Number: '.$pilotid.'</p>';
  13. $message .= '<p>Pin: '.$pin.'</p><br>';
  14. $message .= '<p>Your forum account has been set up and you can log in with the following:</p>';
  15. $message .= '<p>Username: '.$firstname.' '.$lastname.'</p>';
  16. $message .= '<p>Password: '.$password.'</p><br>';
  17. $message .= '<p>The next step is to wait for a training place to become available, we will email you with the relevant information as soon as we can get you in CFS. While you are waiting for your training place please log onto our Teamspeak 3 server and come and have a chat to our members.</p>';
  18. $message .= '<p>Thanks for joining vRAF and we hope speak to you soon!</p><br>';
  19. $message .= '<p>Regards,</p>';
  20. $message .= '<p>Gp Capt Ciaran Longmuir</p>';
  21. $message .= '<p>Deputy Commander Capability & Personnel</p>';
  22. $message .= '<p>personnel@vraf.net</p>';
  23. $message .= '</body></html>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement