Angel Air Posted April 24, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
flyalaska Posted April 24, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
Angel Air Posted April 25, 2015 Author Report Share Posted April 25, 2015 does that automatically send a reminder email? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 25, 2015 Report Share 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 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.