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

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-12 20:13:50 +00:00
co-authored by Cursor
parent 6c8a0e7e9f
commit 7c33432dc9
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class CareEmailBrandingTest extends TestCase
&& str_contains($html, 'Test Clinic')
&& str_contains($html, $logoUrl)
&& ! str_contains($html, 'ladillcare-logo')
&& ! str_contains($html, 'Sent via Ladill');
&& str_contains($html, 'Sent via Ladill Care');
});
}
}