# Google Workspace

Use this page if your email is hosted in Google Workspace.

## Create Or Confirm Senders

* `team@<generalEmailDomain>`
* `noreply@<generalEmailDomain>`
* `auth@<generalEmailDomain>`

If `noreply` or `auth` are aliases, confirm Google Workspace allows sending as those aliases.

## Choose A Sending Method

Tell us which option your organization supports:

* App password SMTP.
* OAuth.

Typical Google SMTP settings:

| Field  | Value            |
| ------ | ---------------- |
| Host   | `smtp.gmail.com` |
| Port   | `465`            |
| Secure | `true`           |

## Add Provider Records

Add the SPF, DKIM, and DMARC records Google Workspace gives you.

Common SPF pattern:

```
v=spf1 include:_spf.google.com ~all
```

Use your actual Google Workspace value, especially if your domain sends from other services too.

## Send Us

* Which sender addresses are mailboxes vs aliases.
* Whether you are using app password SMTP or OAuth.
* Confirmation that SPF, DKIM, and DMARC were added.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.anwhitelist.com/email-google-workspace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
