"Subject of the email which gets sent to the share recipients.",
type:"string",
value:"Files shared with you",
},
shareRecipientsMessage:{
description:
"Message which gets sent to the share 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 🐧",
},
reverseShareSubject:{
description:
"Subject of the email which gets sent when someone created a share with your reverse share link.",
type:"string",
value:"Reverse share link used",
},
reverseShareMessage:{
description:
"Message which gets sent when someone created a share with your reverse share link. {shareUrl} will be replaced with the creator's name and the share URL.",
type:"text",
value:
"Hey!\nA share was just created with your reverse share link: {shareUrl}\nShared securely with Pingvin Share 🐧",
},
resetPasswordSubject:{
description:
"Subject of the email which gets sent when a user requests a password reset.",
type:"string",
value:"Pingvin Share password reset",
},
resetPasswordMessage:{
description:
"Message which gets sent when a user requests a password reset. {url} will be replaced with the reset password URL.",
type:"text",
value:
"Hey!\nYou requested a password reset. Click this link to reset your password: {url}\nThe link expires in a hour.\nPingvin Share 🐧",
},
inviteSubject:{
description:
"Subject of the email which gets sent when an admin invites an user.",
type:"string",
value:"Pingvin Share invite",
},
inviteMessage:{
description:
"Message which gets sent when an admin invites an user. {url} will be replaced with the invite URL and {password} with the password.",
type:"text",
value:
"Hey!\nYou were invited to Pingvin Share. Click this link to accept the invite: {url}\nYour password is: {password}\nPingvin Share 🐧",
},
},
smtp:{
enabled:{
description:
"Whether SMTP is enabled. Only set this to true if you entered the host, port, email, user and password of your SMTP server.",
type:"boolean",
value:"false",
secret: false,
},
host:{
description:"Host of the SMTP server",
type:"string",
value:"",
},
port:{
description:"Port of the SMTP server",
type:"number",
value:"0",
},
email:{
description:"Email address which the emails get sent from",