email_compose
Composes MIME email.
Target
Signature
1email_compose(...)Composes MIME email.
email_compose constructs or identifies a LaiRu value type. email_compose performs network or protocol work. Make timeouts, encodings, and authentication settings visible in calling code so failures are easier to diagnose.
Parameters
...- Additional values may be supplied after the earlier arguments.
Examples
Basic call
1local(m) = email_compose(-from='me@example.com')The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.