update Sa 13. Jun 16:31:01 CEST 2020

This commit is contained in:
Robert Richter 2020-06-13 16:31:01 +02:00
parent e5362a3f8b
commit a604eac2bf

View File

@ -400,7 +400,7 @@ module.exports = function (io, sql, fs, brk, async, app_cfg, api, proof) {
}); });
}; };
// CSV per Mail versenden, falls aktiviert // CSV per Mail versenden, falls aktiviert
if (app_cfg.global.backup_rmld_to_mail) { if (app_cfg.rmld.backup_to_mail) {
// pruefen ob Mail plausibel ist // pruefen ob Mail plausibel ist
var validmail = /\S+@\S+\.\S+/; var validmail = /\S+@\S+\.\S+/;
if (validmail.test(export_data.export_recipient)) { if (validmail.test(export_data.export_recipient)) {