feat: custom email message

This commit is contained in:
Elias Schneider
2022-12-15 21:44:04 +01:00
parent bfb47ba6e8
commit 0616a68bd2
6 changed files with 43 additions and 10 deletions

View File

@@ -60,6 +60,12 @@ const configVariables: Prisma.ConfigCreateInput[] = [
value: "false",
secret: false,
},
{
key: "EMAIL_MESSAGE",
description: "Message which gets sent to the recipients. {creator} and {shareUrl} will be replaced with the creator's name and the share URL.",
type: "text",
value: "Hey!\n{creator} shared some files with you. View or download the files with this link: {shareUrl}\nShared securely with Pingvin Share 🐧",
},
{
key: "SMTP_HOST",
description: "Host of the SMTP server",