Jump to content

Recommended Posts

Posted

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

  • Administrators
Posted

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); ?>

Posted

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!

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...