From 0267945d0f53f92443d4c26359d84a9753c29f6f Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 22 Dec 2025 10:11:59 -0500 Subject: [PATCH] chore: update .env.example to demonstrate recipients format --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 10baf48..5a808c2 100644 --- a/.env.example +++ b/.env.example @@ -4,4 +4,4 @@ SMTP_USERNAME=demo@mailpit.nil SMTP_PASSWORD=nil SMTP_HOST=localhost:1025 - SMTP_RECIPIENTS= + SMTP_RECIPIENTS=example1@example.net,example2@example.net