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

# Email Notifications

> Get an email when a new submission arrives.

Formbase can send an email every time a form receives a new submission. This is useful for small teams or forms that require immediate follow-up.

Notifications are enabled per form and are delivered using your configured email provider (SMTP or Resend).

<Steps>
  <Step title="Enable notifications">
    Open your form, go to the "Settings" tab, and toggle "Enable Form Submission Notifications".

    <Frame>
      <img src="https://mintcdn.com/formbase/gA9p3Ks8sQ18Mo1W/images/form-settings-notifications.png?fit=max&auto=format&n=gA9p3Ks8sQ18Mo1W&q=85&s=0591c2953228655cf3bf23cbdbae2c06" alt="Form settings with notification toggle" width="1280" height="720" data-path="images/form-settings-notifications.png" />
    </Frame>
  </Step>

  <Step title="Configure email delivery">
    If you are self-hosting, set up SMTP or Resend in your environment. See [Email setup](/self-hosting/email-setup).
  </Step>

  <Step title="Test the flow">
    Submit a test entry and confirm the email arrives.
  </Step>
</Steps>

<Callout type="note">
  Notification emails are sent to the form's default recipient email. Update it in settings if needed.
</Callout>
