Updated email template with signoff and Site Name
This commit is contained in:
parent
9840683c97
commit
38eb910999
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue