diff --git a/app/Mail/SmsMail.php b/app/Mail/SmsMail.php index 08b56da..430bf0e 100644 --- a/app/Mail/SmsMail.php +++ b/app/Mail/SmsMail.php @@ -28,8 +28,6 @@ class SmsMail extends Mailable // 1. Remove everything that is NOT a digit $cleaned = preg_replace('/[^0-9]/', '', $phoneNumber); - info($cleaned); - // 2. Check existing prefixes and format accordingly if (str_starts_with($cleaned, '0046')) { // Already correct diff --git a/resources/views/mail/sms.blade.php b/resources/views/mail/sms.blade.php index b8d9471..6ca3f65 100644 --- a/resources/views/mail/sms.blade.php +++ b/resources/views/mail/sms.blade.php @@ -1 +1 @@ -

Hej! Du har fått mail från vBytes angående LAN 2026.

\ No newline at end of file +Hej! Du har fått mail från vBytes angående LAN 2026. \ No newline at end of file