mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
16 lines
625 B
JSON
16 lines
625 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"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": "Community Solid Server <solid@example.email>",
|
|
"args_emailConfig_host": "smtp.example.email",
|
|
"args_emailConfig_port": 587,
|
|
"args_emailConfig_auth_user": "solid@example.email",
|
|
"args_emailConfig_auth_pass": "NYEaCsqV7aVStRCbmC"
|
|
}
|
|
]
|
|
}
|