From 6678a663fd7a3240873d28456c8cfd496e368830 Mon Sep 17 00:00:00 2001 From: Pablo Date: Wed, 31 May 2023 13:50:57 +0200 Subject: [PATCH] Update .env Added "log" as default MAILER --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 58d981c..e97e9b8 100644 --- a/conf/.env +++ b/conf/.env @@ -185,7 +185,7 @@ EXPECT_SECURE_URL=false # Amazon SES is not supported. # log = drop mails in the logs instead of sending them # array = debug mailer that does nothing. -MAIL_MAILER= +MAIL_MAILER=log # where to send the report? MAIL_DESTINATION=noreply@example.com