openclassify/addons/default/anomaly/users-module/resources/config/notifications.php
2024-08-18 18:40:44 +03:00

30 lines
614 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| New Users
|--------------------------------------------------------------------------
|
| Define the emails to send
| new user notifications to.
|
*/
'new_user' => [],
/*
|--------------------------------------------------------------------------
| Pending Users
|--------------------------------------------------------------------------
|
| Define the emails to send
| pending user notifications to.
|
*/
'pending_user' => [],
];