mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-04 07:40:00 -06:00
36 lines
1.3 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |