github mydnic/volet v2.2.0

19 hours ago

What's Changed

  • Out of the box Notification for new Feedback Messages by @mydnic in #193

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

Don't miss a new volet release

NewReleases is sending notifications on new releases.