chore: Add email to senderName for email sender

This commit is contained in:
Joachim Van Herwegen 2022-06-28 15:25:11 +02:00 committed by GitHub
parent ba40374c66
commit 3dc8b497bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@
"comment": "This is an example of what an actual email sender configuration would look like.", "comment": "This is an example of what an actual email sender configuration would look like.",
"@id": "urn:solid-server:default:EmailSender", "@id": "urn:solid-server:default:EmailSender",
"@type": "BaseEmailSender", "@type": "BaseEmailSender",
"args_senderName": "Solid Server", "args_senderName": "Community Solid Server <solid@example.email>",
"args_emailConfig_host": "smtp.example.email", "args_emailConfig_host": "smtp.example.email",
"args_emailConfig_port": 587, "args_emailConfig_port": 587,
"args_emailConfig_auth_user": "alice@example.email", "args_emailConfig_auth_user": "solid@example.email",
"args_emailConfig_auth_pass": "NYEaCsqV7aVStRCbmC" "args_emailConfig_auth_pass": "NYEaCsqV7aVStRCbmC"
} }
] ]