mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Add check-data result in email subject
This commit is contained in:
parent
c51a97cb85
commit
f04a89ebc2
@ -81,7 +81,7 @@ class CheckData extends Command
|
|||||||
Mail::raw($this->log, function ($message) use ($errorEmail) {
|
Mail::raw($this->log, function ($message) use ($errorEmail) {
|
||||||
$message->to($errorEmail)
|
$message->to($errorEmail)
|
||||||
->from(CONTACT_EMAIL)
|
->from(CONTACT_EMAIL)
|
||||||
->subject('Check-Data');
|
->subject('Check-Data: ' . strtoupper($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user