SMTPValve
Valve to send a mail using a SMTP server .
Note: This valve is commonly used when sending notifications to users and administrators. NOT for sending one-time passwords.
Properties
Example Configuration
{
"name": "SMTPValve",
"config": {
"smtp_settings":"7dfddb47-c742-494e-a176-b67bde973f63",
"userid_param_name":"{{request.username}}",
"mail_param_name":"{{request.mail}}"
}
}
Requirements
Item set must have at least one entry.