add login email sending
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
return [
|
||||
'adminEmail' => 'rocho02@gmail.com',
|
||||
'supportEmail' => 'rocho02@gmail.com',
|
||||
'infoEmail' => 'info@rocho-net.hu',
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'version' => 'v0.0.19',
|
||||
'company' => 'movar',//gyor
|
||||
@@ -9,4 +10,7 @@ return [
|
||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||
'notify_mail' => ['rocho02@gmail.com' ],
|
||||
'mail_account_state_open' => true,
|
||||
'login_reception_email' => true, //if reception login should send email
|
||||
'login_admin_email' => true, //if admin login should send email
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user