From ad9f338b63df0688b275a1336137b5d0fef8eadf Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Thu, 13 May 2021 22:40:55 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=C3=A4=20encoding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.staging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.staging b/.env.staging index b24f623..133baac 100644 --- a/.env.staging +++ b/.env.staging @@ -28,5 +28,5 @@ DATABASE_URL="postgresql://postgres:develop@localhost:5432/plantex?serverVersion ###< doctrine/doctrine-bundle ### ###> symfony/mailer ### -MAILER_DSN=smtp://no-reply@pflänz.li:dxS5ooKMEzFEa3YgTvru@mail.infomaniak.com:587 +MAILER_DSN=smtp://no-reply@pfl%E4nz.li:dxS5ooKMEzFEa3YgTvru@mail.infomaniak.com:587 ###< symfony/mailer ###