Brand Frontdesk Laravel mail for hosts and report recipients.
Deploy Ladill Frontdesk / deploy (push) Has been cancelled
Deploy Ladill Frontdesk / deploy (push) Has been cancelled
Pass organization logo/name through ContactMessageMail for daily reports and campaigns, and drop the Ladill product footer. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -39,7 +39,7 @@ class SendDailyReportCommand extends Command
|
||||
|
||||
foreach ($recipients as $address) {
|
||||
if (is_string($address) && filter_var($address, FILTER_VALIDATE_EMAIL)) {
|
||||
$email->send($address, $subject, $body);
|
||||
$email->send($address, $subject, $body, $organization->name, null, $organization);
|
||||
$sent++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user