add automatic warn email about ticket expiration

This commit is contained in:
2016-05-12 08:05:17 +02:00
parent 9e9894ca4c
commit e5774a4504
12 changed files with 191 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ return [
'supportEmail' => 'rocho02@gmail.com',
'infoEmail' => 'info@rocho-net.hu',
'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.70',
'version' => 'v0.0.71',
'company' => 'movar',//gyor
'company_name' => "Freimann Kft.",
'product_visiblity' => 'account',// on reception which products to display. account or global
@@ -41,6 +41,11 @@ return [
* Bérlet eladásnál módosítható e az ár
* */
'ticket_create_price_editable' => true,
'warn_ticket_expire_enabled' => false,
'warn_ticket_expire_days' =>[
[
'day' => 5,
]
],
];