mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Add email to senderName for email sender
This commit is contained in:
parent
ba40374c66
commit
3dc8b497bb
@ -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 <solid@example.email>",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user