Use organization logo in Meet outbound emails.
Deploy Ladill Meet / deploy (push) Successful in 1m28s
Deploy Ladill Meet / deploy (push) Successful in 1m28s
Replace the product email mark with company logo or name in contact-message mail. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -56,6 +56,9 @@ class MeetNotificationService
|
||||
$invitation->email,
|
||||
'Invitation: '.$room->title,
|
||||
$this->invitationBody($room, $host, $invitation),
|
||||
null,
|
||||
null,
|
||||
$room->organization,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -83,6 +86,9 @@ class MeetNotificationService
|
||||
$host->email,
|
||||
'Recording ready: '.$recording->session->room->title,
|
||||
'Your meeting recording is ready to view at '.route('meet.recordings.show', $recording),
|
||||
null,
|
||||
null,
|
||||
$recording->session->room->organization,
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -101,6 +107,9 @@ class MeetNotificationService
|
||||
$host->email,
|
||||
'Reminder: '.$room->title.' starts soon',
|
||||
'Your meeting starts at '.$room->scheduled_at?->timezone($room->timezone)->format('M j, Y g:i A T')."\n\nJoin: ".$room->joinUrl(),
|
||||
null,
|
||||
null,
|
||||
$room->organization,
|
||||
);
|
||||
|
||||
$host->notify(new MeetingReminderNotification($room));
|
||||
@@ -113,6 +122,9 @@ class MeetNotificationService
|
||||
$invitation->email,
|
||||
'Reminder: '.$room->title.' starts soon',
|
||||
'You are invited to a meeting starting at '.$room->scheduled_at?->timezone($room->timezone)->format('M j, Y g:i A T')."\n\nJoin: ".$room->joinUrl(),
|
||||
null,
|
||||
null,
|
||||
$room->organization,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user