What's Changed
Upgrade:
Simply add this to config/volet.php
'mail_notification' => [
'enabled' => true,
'send_mails_to' => [
// List of emails to send the notification to
// 'admin@example.com',
],
'class' => \Mydnic\Volet\Notifications\NewFeedbackMessageNotification::class,
],Full Changelog: v2.1.0...v2.2.0