Skip to content

Intake via Email

Email intake gives each project a unique email address. When someone sends an email to that address, SetGet automatically converts it into an intake submission. This is ideal for support teams, customer-facing teams, and organizations where email remains the primary communication channel for external stakeholders.

How it works

  1. Enable email intake on a project.
  2. SetGet generates a unique email address for the project.
  3. Share the address with submitters.
  4. Incoming emails are parsed and converted to intake submissions.
  5. Submissions appear in the project's intake queue for review.

Email address format

Each project gets an address in this format:

{project-identifier}@intake.setget.io

For example, if your project identifier is WEB, the intake email is:

WEB@intake.setget.io

TIP

Add the intake email address to your support system's forwarding rules so that customer emails automatically create intake submissions.

Enabling email intake

  1. Open the project.
  2. Go to Project Settings > Intake > Email.
  3. Toggle Enable Email Intake on.
  4. The unique email address is displayed. Copy it.
  5. Configure auto-reply and field mapping options (see below).
  6. Click Save.

Email-to-submission mapping

SetGet parses incoming emails and maps fields:

Email fieldIntake submission fieldNotes
SubjectTitleDirect mapping
Body (plain text or HTML)DescriptionHTML is converted to the editor format
From addressSubmitter emailUsed for customer matching and notifications
From nameSubmitter nameExtracted from the email header
AttachmentsAttachmentsRe-uploaded to SetGet storage
CC addressesWatchers (optional)Configurable

Email body processing

Content typeHandling
Plain textUsed as the description directly
HTMLConverted to SetGet editor format (headings, links, lists, bold, italic preserved)
Inline imagesExtracted and uploaded as attachments
Email signaturesOptionally stripped (configurable)
Quoted repliesOptionally stripped to keep only the latest message

Auto-reply configuration

Configure an automatic reply sent to the submitter when their email is received:

SettingDescriptionDefault
Enable auto-replySend a confirmation email to the senderOn
Reply subjectSubject line of the auto-reply"Re: {original subject}"
Reply bodyBody of the auto-reply"Thank you for your submission. Our team will review it shortly."
Include submission IDAdd the intake submission ID to the replyOn

Customize the auto-reply body with variables:

VariableReplaced with
{submitter_name}The sender's name
{submission_title}The email subject
{submission_id}The unique submission ID
{project_name}The project name

Example auto-reply body:

Hi {submitter_name},

We received your request: "{submission_title}" (ID: {submission_id}).

Our team will review it and get back to you. You can reply to this email to add more information.

Thanks,
The {project_name} Team

Thread tracking

When a submitter replies to the auto-reply (or to any subsequent email in the thread), SetGet associates the reply with the original intake submission. Replies appear as comments on the submission.

This enables a back-and-forth conversation between the reviewer and the submitter entirely through email, without the submitter needing a SetGet account.

Spam and filtering

ProtectionDescription
SPF/DKIM verificationEmails failing SPF or DKIM checks are rejected
Rate limitingMaximum 100 emails per hour per project address
Size limitEmails larger than 25 MB (including attachments) are rejected
Blocked sendersManually block specific email addresses
Allowed domainsOptionally restrict submissions to specific email domains

Configure spam settings in Project Settings > Intake > Email > Filtering.

WARNING

If you restrict to specific domains, emails from outside those domains are silently dropped. Use this feature carefully to avoid missing legitimate submissions.

Managing email submissions

Email submissions appear in the intake queue with the source marked as "Email". Reviewers handle them identically to in-app and form submissions:

  • View the parsed email content.
  • Comment (the submitter receives the comment as an email reply).
  • Accept (creates a work item).
  • Decline (the submitter is notified via email).

Advanced settings

SettingDescriptionDefault
Strip signaturesRemove email signatures from the descriptionOn
Strip quoted repliesRemove previous messages in a threadOn
CC as watchersAdd CC'd addresses as submission watchersOff
Default priorityPriority assigned to email submissionsNone
Auto-assignAutomatically assign a reviewerNone

Forwarding from existing support tools

If you use a support tool (Zendesk, Freshdesk, Intercom, etc.), set up email forwarding to route specific ticket types to the SetGet intake address:

  1. In your support tool, create a trigger or rule.
  2. Set the condition (e.g., ticket category = "Feature Request" or "Bug Report").
  3. Set the action to forward the email to the project's intake address.
  4. The forwarded email becomes an intake submission in SetGet.

This lets you keep your support tool for customer communication while routing actionable requests to SetGet for engineering triage.

TIP

When forwarding from support tools, add a tag or prefix to the subject line (e.g., "[Support]") so reviewers can identify the source at a glance.

Email intake vs. other channels

AspectEmailIn-appForms
Requires SetGet accountNoYesNo
Structured fieldsNo (free-form email)YesYes (custom fields)
File attachmentsYesYesYes
Back-and-forth conversationYes (email thread)Yes (comments)Limited
Best forSupport teams, external stakeholdersInternal teamsPublic feedback

Troubleshooting

ProblemCauseSolution
Emails not arrivingDNS or forwarding misconfiguredVerify MX records and forwarding rules
Attachments missingFile too largeCheck the 25 MB limit
Auto-reply not sentAuto-reply disabledEnable in settings
HTML formatting lostComplex HTML not supportedSimplified during conversion
Spam getting throughNo domain restrictionConfigure allowed domains
Thread replies not associatingSubject line changedReplies must keep the original subject line