Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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.

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...