How do I get in touch?

/contact form goes straight to the support inbox; existing customers can also email support@llmsubmitter.com.

Last updated 3 May 2026

For sales / partnership / "is this what we need" questions, the public contact form at /contact is the fastest route. Any visitor (signed in or out) can submit:

  1. Name + email (we reply to this address).
  2. Optional company.
  3. Topic - Agency / Pro / Solo / Partnership / Support / Press.
  4. Subject + message.

How it works under the hood:

  1. Submission is stored in contact_submissions (system of record - sales follow-up survives any email infra hiccup).
  2. An email is queued to support@llmsubmitter.com (admin-overridable via Settings.contact.to_address) with the visitor's name, email + Reply-To set so a one-click reply lands back in their inbox.
  3. Anti-abuse: rate-limited to 5 per IP per hour and 3 per (IP, email) per day; honeypot field; signed-token dwell-time; CSRF.

Pre-filled CTAs: linking to /contact?plan=agency pre-fills topic to "Agency tier" and subject to "Interested in the Agency tier". Same pattern for plan=pro / plan=solo / plan=partnership / plan=press.

For existing-customer urgent help, email support@llmsubmitter.com directly - bypasses the form rate limit.

Was this helpful?