send.email.flow.json
14 lines
| 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 | ] |