Postboi is framework-agnostic — read the request’s FormData in a Server Action and hand it
straight to mail(). Postboi extracts the special fields and renders the rest into a tidy HTML table.
Point a client-component form at it. Include hidden _subject and _reply_to fields, and
mirror the visitor’s email into _reply_to (with useState) so replying reaches the sender:
Field names use the fieldset→field syntax. The provider and
default recipient come from postboi.config.ts — a POSTBOI_TOKEN routes to Postboi Cloud, or pick any provider.
Runnable example: examples/nextjs-provider-postboi.