You are viewing the documentation for an older version of this package. You can check the version you are using with the following command:
composer show spatie/laravel-backup
Creating a custom sender
By default the backup package can notify you by:
writing something in the log
by sending a mail
if maknz/slack is installed, posting a message on Slack
If you want to be notified via another channel you can create your own sender. A valid sender is any object that implements the Spatie\Backup\Notifications\SendsNotifications-interface.