Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 974 Bytes

File metadata and controls

48 lines (34 loc) · 974 Bytes

send

Send an email.

Kind Attribute
Since 0.1.0

Syntax

send email to <target>

Description

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.

Used in

Examples

Welcome email

action /signup method POST
  send email to :email
    subject: "Welcome to our app"
    template: welcome-email

Provenance

Spec last touched 18cf488 (2026-05-20)
Source last touched af278bb (2026-05-20)
Source files internal/parser/parser.go