From e5e8960cbfe6fa4e90fd2d89339d56cec1364883 Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Wed, 22 Jan 2025 21:42:26 +0100 Subject: [PATCH] Modif mail --- .env.deploy | 70 ---------------------- resources/views/email/auth/reset.blade.php | 8 +-- 2 files changed, 4 insertions(+), 74 deletions(-) delete mode 100644 .env.deploy diff --git a/.env.deploy b/.env.deploy deleted file mode 100644 index ef6133e..0000000 --- a/.env.deploy +++ /dev/null @@ -1,70 +0,0 @@ -# Laravel config to use with the .lando.yml file -# Replace baslac with your app name -APP_NAME="Scout Baslac" -APP_ENV=local -APP_KEY= -APP_DEBUG=true -APP_TIMEZONE=Europe/Zurich -APP_URL=https://baslac.lndo.site - -APP_LOCALE=fr -APP_FALLBACK_LOCALE=en -APP_FAKER_LOCALE=en_US - -APP_MAINTENANCE_DRIVER=file -# APP_MAINTENANCE_STORE=database - -PHP_CLI_SERVER_WORKERS=4 - -BCRYPT_ROUNDS=12 - -LOG_CHANNEL=stack -LOG_STACK=single -LOG_DEPRECATIONS_CHANNEL=null -LOG_LEVEL=debug - -DB_CONNECTION=mysql -DB_HOST=database -DB_PORT=3306 -DB_DATABASE=laravel -DB_USERNAME=laravel -DB_PASSWORD=laravel - -SESSION_DRIVER=file - -BROADCAST_CONNECTION=log -FILESYSTEM_DISK=local -QUEUE_CONNECTION=database - -CACHE_STORE=database -CACHE_PREFIX= - -# memcached is not configured -#MEMCACHED_HOST=127.0.0.1 - -REDIS_CLIENT=phpredis -REDIS_HOST=redis -REDIS_PASSWORD=null -REDIS_PORT=6379 - -MAIL_MAILER=smtp -MAIL_HOST=mail.infomaniak.com -MAIL_PORT=465 -MAIL_USERNAME=noreply@scout-baslac.ch -MAIL_PASSWORD=GroupeScoutBaslac1986 -MAIL_ENCRYPTION=tls -MAIL_FROM_ADDRESS="noreply@scout-baslac.ch" -MAIL_FROM_NAME="${APP_NAME}" - -AWS_URL="https://s3-baslac.lndo.site" -AWS_ENDPOINT="https://s3-baslac.lndo.site" -AWS_ACCESS_KEY_ID=minio -AWS_SECRET_ACCESS_KEY=miniosecret -AWS_DEFAULT_REGION=us-east-1 -AWS_BUCKET=laravel -AWS_USE_PATH_STYLE_ENDPOINT=true - -VITE_APP_NAME="${APP_NAME}" - - - diff --git a/resources/views/email/auth/reset.blade.php b/resources/views/email/auth/reset.blade.php index b8dadcc..020b43d 100644 --- a/resources/views/email/auth/reset.blade.php +++ b/resources/views/email/auth/reset.blade.php @@ -1,4 +1,4 @@ -Bonjour voici un lien pour pouvoir initialisée ton compte. -{{ config("app.url") . "/reset-password/" .$token }} - -Cordialement la team Baslac \ No newline at end of file +

Bonjour,

+

voici un lien pour pouvoir initialisée ton compte.

+{{ config("app.url") . "/reset-password/" .$token }} +

Cordialement la team Baslac

\ No newline at end of file