I am having issues with pilots who are on leave or inactive. They are wanting to fly again. I reactivate them. Within 24 hours they go back on leave again automatically. Most of the time before the pilot is able to fly again. Is there a way to disable this feature or extend the time after they are re activated?
I am having trouble sending email from the mass mailer in the admin panel. Know body including myself are not receiving emails. I check the spam, and nothing is going through. Any ideas?
I am using
Simpilotgroup Extended Version 1.3
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.
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.