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" } ]