# Google App Password

### How to Create a Google Workspace App Password for SMTP / IMAP?

#### Why Do You Need an App Password?

For apps or services that don’t support OAuth (such as some SMTP or IMAP email integrations), a Google Workspace app password is a secure way to grant access without using your main account credentials. It works only if 2‑Step Verification is enabled.&#x20;

***

### Step-by-Step Guide

**1. Enable 2-Step Verification**

* Go to: <https://myaccount.google.com/security>
* Under **"Signing in to Google"**, enable **2-Step Verification**
* Complete the steps (phone number or prompt required)
* Wait 24–48 hours if "App Passwords" option doesn’t show

<figure><img src="/files/SYV0hpFTpiykmiTTBo63" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tDhGBetCZk9bb6FP0Rzi" alt=""><figcaption></figcaption></figure>

**2. Generate App Password**

* Open this link: <https://myaccount.google.com/apppasswords>
* Choose **App: Other (Custom Name)** → type “My App SMTP”
* Click **Generate**
* Copy the 16-character password shown, copy it now (you won’t be able to see it again).&#x20;

<figure><img src="/files/PoA7hOtjsMKklD2Kw84f" alt=""><figcaption></figcaption></figure>

**3. Use in SenderWiz SMTP Settings**

Use this app password in your SMTP setup:

```html
SMTP Server: smtp.gmail.com  
Port: 587 (TLS) or 465 (SSL)  
Username: yourname@example.com  
Password: [Your App Password]
```

**4. Revoke or Regenerate Later**

* Go back to App Passwords
* Click “Remove” to delete and reissue if needed

***

#### ✅ Summary Table

| Task                         | Where to Go / Search                    |
| ---------------------------- | --------------------------------------- |
| Enable 2‑Step Verification   | Google Account → Security               |
| Locate App Password option   | Security page or search “App Passwords” |
| Create App Password          | App Passwords → Other (Custom name)     |
| Use in SenderWiz SMTP config | In place of your account password       |
| Revoke unused passwords      | App Passwords → Remove                  |

***

#### 🔗 Official References

* **Google’s “Sign in with app passwords” help article** – covers requirements and setup.
* <https://support.google.com/accounts/answer/185833>
* <https://support.google.com/mail/thread/205453566/how-to-generate-an-app-password>

***

#### 🛠 Troubleshooting

* If **App Passwords** is missing, ensure:
  * 2‑Step Verification is active (not just 2SV enrollment)
  * “Skip Password When Possible” or policy-based settings aren’t blocking the feature.
* Allow up to 2–3 days post setup for settings to propagate in Workspace Admin console—check back later.


---

# 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.bulkemailsetup.com/cloudapp/popular-topics/faqs/google-app-password.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.
