Skip to Content
πŸŽ‰ Mailprex 1.0 is soon to released. Read more β†’
Introduction

Introduction

Welcome to Mailprex β€” a simple, secure way to send emails from website contact forms without building a backend.

How it works

Your website form β†’ POST /email/send β†’ Mailprex API β†’ Your inbox (formToken)
  1. Create a Mailprex account and verify your email.
  2. Generate a form token in the dashboard (mk_live_… format).
  3. Install the mailprex npm package or call the API directly.
  4. Form submissions arrive at the email address on your account.

Documentation sections

Security notes

  • Tokens are hashed in the database; the full secret is shown once when generated.
  • Legacy UUID tokens still work β€” regenerate from the dashboard to migrate.
  • emailDestiny is the inbox that receives each form notification (any valid email).
  • Optional Cloudflare Turnstile on register, login, and send.

Support

Questions or bugs: GitHub issuesΒ  or contactΒ .

Last updated on
Mailprex Docs 2026 Β© Mailprex.