Add Sent via Ladill Meet to branded outbound emails.
Deploy Ladill Meet / deploy (push) Successful in 1m26s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-12 20:14:31 +00:00
co-authored by Cursor
parent 5b7bb88767
commit fdda86b325
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class MeetEmailBrandingTest extends TestCase
&& str_contains($html, 'Meet Corp')
&& str_contains($html, $logoUrl)
&& ! str_contains($html, 'ladillmeet-logo-email')
&& ! str_contains($html, 'Sent via Ladill Meet');
&& str_contains($html, 'Sent via Ladill Meet');
});
}
}