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

# Gmail

> Configure the organization's Gmail sender address for Google Workspace-based outbound email from the platform.

Gmail is the integration settings page at `/settings/integrations/gmail` where administrators configure the sender email address used when the organization routes outbound platform email through Google Workspace (Gmail).

## Overview

The page uses `useOrganization()` to resolve the current org and renders a `GmailSenderCard` when an organization ID is available. The sender card is where the actual Gmail email address is entered and saved. The entire page is wrapped in a `RequirePermission` gate for `pf.integrations.manage`.

This page is specific to Gmail. For general integration management, see [Integrations](/pf/integrations).

## Who it's for

Requires permission `pf.integrations.manage`.

## Before you start

* Your organization must use Google Workspace as its email provider.
* Confirm with IT that the intended sender address is a verified Google Workspace address for your domain.
* You must hold `pf.integrations.manage` permission.

## Steps

1. Navigate to **Settings → Integrations → Gmail** (`/settings/integrations/gmail`).
2. Review the current sender email configuration in the Gmail Sender card.
3. Enter or update the sender email address.
4. Save the configuration.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/platform/settings/pages/GmailSettingsPage.tsx
  * src/platform/settings/components/GmailSenderCard.tsx
</Accordion>
