Since the 2.1.6 Plugin release of Store Exporter Deluxe it is possible to hook into the WordPress Action ‘woo_ce_failed_scheduled_export’ which is run when a Scheduled Export fails to complete successfully (e.g. login issue, unable to write file, empty export, etc.).
To generate an e-mail notification on failed Scheduled Exports add the following PHP snippet to your current WordPress Theme’s functions.php file:
View Code