> ## Documentation Index
> Fetch the complete documentation index at: https://formhug.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Submission Notifications

> Send automatic emails to form submitters when a new submission is created, using your Gmail account or an SMTP server.

Notifications let you send emails automatically when someone submits your form. Connect your Gmail account as the sender — no SMTP setup required — and emails go out from your own address the moment a submission arrives.

<img src="https://mintcdn.com/formhug-8bc4ebd1/rbrlAQB26hJuwMuV/images/gmail/settings-notification-setup-page.png?fit=max&auto=format&n=rbrlAQB26hJuwMuV&q=85&s=f1f48e66a01ad7e4bc6bdb18d6545f3a" alt="FormHug Notifications settings page showing an enabled email notification rule and send logs" width="2514" height="1090" data-path="images/gmail/settings-notification-setup-page.png" />

For a step-by-step use case, see <a href="https://formhug.ai/blog/how-to-send-emails-to-form-submitters" target="_blank">how to send emails to form submitters</a>. For appointment and booking workflows, the <a href="https://formhug.ai/blog/appointment-reminder-email-templates" target="_blank">appointment reminder email templates</a> article gives copy you can adapt inside a notification.

## How It Works

Each notification is a rule: **when** a trigger fires, **then** send an email to a recipient you choose. The recipient can be your own address, a teammate, or the submitter themselves — using any email field from the form.

## Creating a Notification Rule

<Steps>
  <Step title="Open Notifications">
    Go to your form → **Settings → Notifications**, then click **Create notification**.
  </Step>

  <Step title="Choose a Trigger">
    Select when the notification should fire: **New submission created** or **Submission updated**.
  </Step>

  <Step title="Connect Your Gmail Account">
    In the **Sender** dropdown, select **Connect Gmail**. A Google authorization screen will open — click **Continue** to grant FormHug permission to send email on your behalf. Once authorized, your Gmail address appears as the sender.

    <img src="https://mintcdn.com/formhug-8bc4ebd1/rbrlAQB26hJuwMuV/images/gmail/connect-gmail.png?fit=max&auto=format&n=rbrlAQB26hJuwMuV&q=85&s=dc67087314d569c61fe2bf6ea0a63ee3" alt="Sender dropdown showing Connect Gmail and Add SMTP email server options" width="2384" height="1628" data-path="images/gmail/connect-gmail.png" />

    <img src="https://mintcdn.com/formhug-8bc4ebd1/rbrlAQB26hJuwMuV/images/gmail/gmail-grant-access.png?fit=max&auto=format&n=rbrlAQB26hJuwMuV&q=85&s=25adfb8edf052d7995c3b41101273420" alt="Google authorization screen requesting permission to send email on behalf of formhug.ai" width="1944" height="1510" data-path="images/gmail/gmail-grant-access.png" />

    <Note>
      Gmail is connected at the account level. Once you authorize it, all your forms can use the same Gmail address as sender.
    </Note>
  </Step>

  <Step title="Configure the Email">
    Set the **To** field to the form field that collects the submitter's email address. Write a subject and body — use **Insert Field** to pull in submission data like the submitter's name, registration details, or any custom field value.

    <img src="https://mintcdn.com/formhug-8bc4ebd1/rbrlAQB26hJuwMuV/images/gmail/insert-field-value-to-email.png?fit=max&auto=format&n=rbrlAQB26hJuwMuV&q=85&s=5766e88d52b84df00ddf6660040de5eb" alt="Email editor showing Insert Field dropdown with form fields and system fields available for insertion" width="2214" height="2086" data-path="images/gmail/insert-field-value-to-email.png" />
  </Step>

  <Step title="Save and Enable">
    Click **Save and enable**. The rule activates immediately — every new submission that matches the trigger will fire the email.

    <img src="https://mintcdn.com/formhug-8bc4ebd1/rbrlAQB26hJuwMuV/images/gmail/notifications-setup-done.png?fit=max&auto=format&n=rbrlAQB26hJuwMuV&q=85&s=f547e899cadbbdd72999ee6bebd19033" alt="Notifications page showing an enabled rule: When new submission created, send email to Email address" width="2468" height="1330" data-path="images/gmail/notifications-setup-done.png" />
  </Step>
</Steps>

## Trigger Events

| Trigger                    | When it fires                                |
| -------------------------- | -------------------------------------------- |
| **New submission created** | Each time someone submits the form           |
| **Submission updated**     | When a submission is edited after submitting |

## Inserting Field Values

Use **Insert Field** in the subject or body to include submission data in each email. FormHug replaces each field reference with the actual submitted value at send time.

| Insert                    | Example output                         |
| ------------------------- | -------------------------------------- |
| Submitter's name field    | "Hi Jane,"                             |
| Email subject with name   | "Jane, your registration is confirmed" |
| Submission serial number  | "Reference #0042"                      |
| Choice or selection field | "Experience level: Intermediate"       |
| Any custom field          | Any value the submitter entered        |

Both form fields and system fields (serial number, submitter, timestamp) are available.

## Send Logs

Every email sent through a notification rule appears in the **Send logs** section below the notification list. Each entry shows the recipient address, send time, and status.

<img src="https://mintcdn.com/formhug-8bc4ebd1/rbrlAQB26hJuwMuV/images/gmail/email-send-logs.png?fit=max&auto=format&n=rbrlAQB26hJuwMuV&q=85&s=2d65a9c10a49cad216f72a8b3e46887e" alt="Send logs table showing Status, Type, Recipient, and Sent at columns with a successful email entry" width="2484" height="1296" data-path="images/gmail/email-send-logs.png" />

Use send logs to confirm delivery or diagnose failed sends.

## Gmail vs. SMTP

|                | Gmail                         | SMTP                           |
| -------------- | ----------------------------- | ------------------------------ |
| Setup          | One-click OAuth               | Server credentials required    |
| Sender address | Your Gmail address            | Any domain                     |
| Daily limit    | \~500 emails (personal Gmail) | Depends on provider            |
| Best for       | Small to mid-size forms       | High-volume or branded sending |

<Note>
  Gmail personal accounts can send approximately 500 emails per day. For forms with high submission volume, consider connecting an SMTP server instead.
</Note>

## Related

<CardGroup cols={2}>
  <Card title="Gmail Email Notifications" icon="envelope" href="/guides/use-cases/gmail-email-notifications">
    Step-by-step tutorial using an AI workshop signup as an example
  </Card>

  <Card title="Submission Rules" icon="sliders" href="/features/settings/submission-rules">
    Set capacity limits and control what happens when they're reached
  </Card>

  <Card title="Collaborators" icon="users" href="/features/settings/collaborators">
    Invite team members to manage your form
  </Card>

  <Card title="Labels & Messages" icon="tag" href="/features/settings/labels-messages">
    Customize form text and button labels
  </Card>

  <Card title="Email Follow-up Guide" icon="book-open" href="https://formhug.ai/blog/how-to-send-emails-to-form-submitters" target="_blank">
    Walk through confirmation emails, reminders, personalization, and send logs
  </Card>

  <Card title="Appointment Reminder Emails" icon="calendar-clock" href="https://formhug.ai/blog/appointment-reminder-email-templates" target="_blank">
    Use reminder copy for bookings, consultations, and classes
  </Card>
</CardGroup>
