From a40e1f05c12100485e43f33f4e15e88db9815c0c Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 13 Jul 2026 13:45:57 +0000 Subject: [PATCH] Point Bird customer relay default at bird.ladill.com. Co-authored-by: Cursor --- config/smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/smtp.php b/config/smtp.php index 73db440..dba4658 100644 --- a/config/smtp.php +++ b/config/smtp.php @@ -1,5 +1,5 @@ env('SMTP_CUSTOMER_RELAY_URL', 'https://ladill.com/api/smtp'), + 'customer_relay_url' => env('SMTP_CUSTOMER_RELAY_URL', 'https://bird.ladill.com/api/smtp'), ];