Jeremy Posted May 22, 2010 Report Share Posted May 22, 2010 Hi everyone! I was wondering if I could get some help adding my pilots' ID's and Passwords on the emails the system sends out when I accept their applications. I've already edited the message the best I can but don't know the specific code to say: Below is your information and then be able to list that information. All the system currently says is visit our site to login and complete your registration or something along those lines. It doesnt even tell them their ID's. Any help would be GREATLY appreciated! Thanks Jeremy Ballsmith, CEO Cirrus Air www.cirrusva.com Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 22, 2010 Administrators Report Share Posted May 22, 2010 Which email template is it? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted May 22, 2010 Administrators Report Share Posted May 22, 2010 You cant put thier password in the registration acceptance email but you can put their new PID. This is part of what I use in my email_registrationaccepted.tpl file that is the email template for when a pilot gets approved. Your new WestJet Virtual Pilot ID (pid) is: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> Quote Link to comment Share on other sites More sharing options...
Jeremy Posted May 22, 2010 Author Report Share Posted May 22, 2010 You cant put thier password in the registration acceptance email but you can put their new PID. This is part of what I use in my email_registrationaccepted.tpl file that is the email template for when a pilot gets approved. Your new WestJet Virtual Pilot ID (pid) is: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> Thank You very much! Quote Link to comment Share on other sites More sharing options...
Jeff Posted May 29, 2010 Report Share Posted May 29, 2010 You cant put thier password in the registration acceptance email but you can put their new PID. This is part of what I use in my email_registrationaccepted.tpl file that is the email template for when a pilot gets approved. Your new WestJet Virtual Pilot ID (pid) is: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> Thanx, I didn't know I could do that. Adding it now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.