From 3dc8b497bb62a4cadf1188fff391f2cd1f83406e Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 28 Jun 2022 15:25:11 +0200 Subject: [PATCH] chore: Add email to senderName for email sender --- config/identity/email/example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/identity/email/example.json b/config/identity/email/example.json index 3ec547d2e..e3780c1d6 100644 --- a/config/identity/email/example.json +++ b/config/identity/email/example.json @@ -5,10 +5,10 @@ "comment": "This is an example of what an actual email sender configuration would look like.", "@id": "urn:solid-server:default:EmailSender", "@type": "BaseEmailSender", - "args_senderName": "Solid Server", + "args_senderName": "Community Solid Server ", "args_emailConfig_host": "smtp.example.email", "args_emailConfig_port": 587, - "args_emailConfig_auth_user": "alice@example.email", + "args_emailConfig_auth_user": "solid@example.email", "args_emailConfig_auth_pass": "NYEaCsqV7aVStRCbmC" } ]