Use noreply@ladill.com for Events mail like other Ladill apps.
Deploy Ladill Events / deploy (push) Successful in 49s

Stop overriding the From display name with the event title; rely on MAIL_FROM_ADDRESS and MAIL_FROM_NAME only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-03 17:20:45 +00:00
co-authored by Cursor
parent 0c5a1ddb23
commit 1746874aaa
4 changed files with 8 additions and 16 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ class EventSpeakerInviteTest extends TestCase
$this->withoutMiddleware(\App\Http\Middleware\EnsurePlatformSession::class);
config([
'mail.from.address' => 'events@ladill.com',
'mail.from.name' => 'Ladill Events',
'mail.from.address' => 'noreply@ladill.com',
'mail.from.name' => 'Ladill',
'events.service_api_keys.meet' => 'test-meet-key',
]);