mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Updated email template with signoff and Site Name
This commit is contained in:
parent
9840683c97
commit
38eb910999
|
@ -18,5 +18,9 @@ if (! empty($outroLines)) {
|
||||||
echo implode("\n", $outroLines), "\n\n";
|
echo implode("\n", $outroLines), "\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo 'Regards,', "\n";
|
if (! empty($signOff)) {
|
||||||
echo config('app.name'), "\n";
|
echo implode("\n", $signOff), "\n";
|
||||||
|
}
|
||||||
|
if (! empty($siteName)) {
|
||||||
|
echo implode("\n", $siteName), "\n";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue