X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/153adb055c8bc3ea390bb02d34246b905cd05286..refs/pull/3391/head:/app/Notifications/ConfirmEmail.php diff --git a/app/Notifications/ConfirmEmail.php b/app/Notifications/ConfirmEmail.php index 7ecadc298..5399c25a8 100644 --- a/app/Notifications/ConfirmEmail.php +++ b/app/Notifications/ConfirmEmail.php @@ -1,4 +1,6 @@ - setting('app-name')]; + return $this->newMailMessage() ->subject(trans('auth.email_confirm_subject', $appName)) ->greeting(trans('auth.email_confirm_greeting', $appName)) ->line(trans('auth.email_confirm_text')) - ->action(trans('auth.email_confirm_action'), baseUrl('/register/confirm/' . $this->token)); + ->action(trans('auth.email_confirm_action'), url('/http/source.bookstackapp.com/register/confirm/' . $this->token)); } }