customware-email
Installation
SKILL.md
Customer Email
Implement one coherent Customware email capability for a Customware-generated app. The capability receives customer replies through the provisioned Postmark inbound webhook and sends customer-facing messages through the same development Postmark server's HTTPS API.
The task provides the project-specific addresses. The two managed server ENV values provide the credentials. This skill provides the implementation method, durable behavior, and verification contract.
Build toward the existing app. Reuse its Hono routes, Drizzle schema, SQLite database, logging, error, and
Resultpatterns. A small, native integration is easier to reason about and safer than a second email framework.
Read first
Read these references before editing source files: