mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-17 04:32:09 -05:00
30 lines
614 B
PHP
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' => [],
|
|
|
|
];
|