Send an email.
| Kind | Attribute |
| Since | 0.1.0 |
send email to <target>
Address with to <expression> (column, parameter, or string). Body sub-fields: subject:, template: (named layout), body: (inline text), attach: (file). Email transport is configured at runtime via env vars.
action /signup method POST
send email to :email
subject: "Welcome to our app"
template: welcome-email
| Spec last touched | 18cf488 (2026-05-20) |
| Source last touched | af278bb (2026-05-20) |
| Source files | internal/parser/parser.go |