Added the ability to send notifications by email when a new review is added.
This commit is contained in:
9
app/application/config/feedback.php
Normal file
9
app/application/config/feedback.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/**
|
||||
* Enable new review alerts.
|
||||
*/
|
||||
'mail_notifications' => (bool) env('FEEDBACK_MAIL_NOTIFICATIONS', false),
|
||||
'mail_to' => env('FEEDBACK_MAIL_TO', null),
|
||||
];
|
Reference in New Issue
Block a user