PluginProbe
JetFormBuilder — Dynamic Blocks Form Builder / 3.5.0
JetFormBuilder — Dynamic Blocks Form Builder v3.5.0
3.6.5.2 3.6.5.1 3.6.5 3.6.4.2 3.6.4.1 3.6.4 3.6.3.1 3.6.3 3.6.2.2 3.6.2.1 3.6.2 3.6.1.1 3.6.1 3.6.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 All 130 releases
jetformbuilder / modules / verification / actions / send.email.flow.json
send.email.flow.json
14 lines 432 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "type": "send_email",
4 "settings": {
5 "mail_to": "form",
6 "from_field": "_verify_user_email",
7 "subject": "[%CT::SiteName%] Confirm your email",
8 "content": "Please confirm your registration on site %CT::SiteName%.\n\n<b>If this was a mistake, ignore this email and nothing will happen.</b>\n\nTo complete the registration click on the link:\n%_jfb_verification_url%"
9 },
10 "events": [
11 "DEFAULT.PROCESS"
12 ]
13 }
14 ]