Files
FileFlowsPlugins/EmailNodes/EmailNodes.en.json
2022-01-13 16:10:09 +13:00

36 lines
1.3 KiB
JSON

{
"Plugins": {
"EmailNodes": {
"Fields": {
"SmtpServer": "SMTP Server",
"SmtpServer-Help": "The address of the SMTP Server used to send emails",
"SmtpPort": "SMTP Port",
"SmtpPort-Help": "The port of the SMTP Server used to send emails, default 25",
"SmtpUsername": "SMTP Username",
"SmtpUsername-Help": "The username used to authenticate against the SMTP Server",
"SmtpPassword": "SMTP Password",
"SmtpPassword-Help": "The password used to authenticate against the SMTP Server",
"Sender": "Sender",
"Sender-Help": "The email address who emails will be sent from"
}
}
},
"Flow": {
"Parts": {
"SendEmail": {
"Outputs": {
"1": "Email ''{Subject}'' was sent"
},
"Description": "Sends an email using the configured SMTP Server",
"Fields": {
"Recipients": "Recipients",
"Recipients-Help": "A list of email addresses to send the message to",
"Subject": "Subject",
"Subject-Help": "The subject of the email being set",
"Body": "Body",
"Body-Help": "The content of the email message being sent. Uses the scriban templating language\nhttps://github.com/scriban/scriban"
}
}
}
}
}