Angel Air Posted April 24, 2015 Report Posted April 24, 2015 Hi all, Is there a module about or a piece of code that would send an email automatically to a pilot if he/she has not completed a flight within the first 10 days of registering. Or within 30 days of a completed flight Thanks in advance Scott Quote
flyalaska Posted April 24, 2015 Report Posted April 24, 2015 Its in your local config # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 120); It will make them inactive faster if you lower it. Quote
Angel Air Posted April 25, 2015 Author Report Posted April 25, 2015 does that automatically send a reminder email? Quote
flyalaska Posted April 25, 2015 Report Posted April 25, 2015 Pilots receive an email stating that they are about to be set as retired. I think if you set the auto retire to false, it wont retire them. Than just edit the email template to your liking. Quote
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.