# Formly.email > Formly.email is a no-code HTML form backend. Point any form at our endpoint, include an access key, and submissions are emailed to you — including file uploads. No server or backend code required. Website: https://formly.email/ Docs: https://formly.email/docs Features: https://formly.email/features FAQ: https://formly.email/faq Support: https://formly.email/support Login: https://formly.email/login ## Product summary - Instant HTML form → email delivery - File attachments supported - Spam protection (honeypot and optional reCAPTCHA) - Free plan available (monthly submission limits by plan) - Passwordless dashboard for analytics and submission history - Access via a single `access_key` — account optional for getting started ## How to integrate 1. Get an access key at https://formly.email/#get-started (email signup) or via the dashboard. 2. Set your form `action` to `https://formly.email/submit` and `method` to `POST`. 3. Add a hidden field: `` 4. Include normal form fields (`name`, `email`, `message`, etc.). Submissions arrive in your inbox. ### Minimal HTML example ```html
``` ### Async / fetch tip Include `__ajax__=true` in the body to receive JSON `{ "success": true }` instead of a redirect. ## Optional form fields - `subject` — email subject line - `reply_to` / `replyto` — reply-to address - `redirect` — URL to send the user after submit - `cc`, `bcc` — additional recipients - File fields such as `file`, `files`, `attachment`, `attachments` ## Plans (overview) - Free: limited monthly submissions - Pro / Enterprise: higher quotas and attachment limits See https://formly.email/features and https://formly.email/docs for full details. ## Policies - Terms: https://formly.email/terms - Privacy: https://formly.email/privacy - Report abuse: https://formly.email/report-abuse ## Contact Support form: https://formly.email/support