# Email Account

To integrate and send mail from your campaign, you need to first connect your email account using SMTP/IMAP.

{% hint style="info" %}
To demonstrate the setup process, we are considering a Gmail account. If you have another email provider, you need to follow the specific instructions provided by that email service for setting up your account.
{% endhint %}

## How to setup Gmail account to use in email integration?

### Enable IMAP settings

* On your Gmail, go to Settings -> See all Settings

<figure><img src="https://2433803393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpavEzBU30M4JenpiGJBP%2Fuploads%2FGldsT5HfFV46GKKNX8Lc%2Fimage.png?alt=media&#x26;token=76fd0311-5763-4199-b992-8a48c0402d56" alt=""><figcaption></figcaption></figure>

* Go to Forwarding and POP/IMAP tab
* In the IMAP section, select Enable IMAP and click on Save Changes

<figure><img src="https://2433803393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpavEzBU30M4JenpiGJBP%2Fuploads%2Fjhhj3wVPjoaZefiJT0wx%2Fimage.png?alt=media&#x26;token=df7a01f8-f93d-4d3b-812c-6770e91f3589" alt=""><figcaption></figcaption></figure>

### Enable 2-Step Verification

* Open your [Google Account](https://myaccount.google.com/) and select the security panel to enable it
* Click GET STARTED

<figure><img src="https://2433803393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpavEzBU30M4JenpiGJBP%2Fuploads%2FYfSuPyaHBJXLHSO1ngji%2Fimage.png?alt=media&#x26;token=323d642f-bcaa-4320-bfd7-153e1194bb65" alt=""><figcaption></figcaption></figure>

* It will prompt you to **log in** again.
* **Set up your phone** for Two Factor authentication
* Enter the **code** you’ve received to your phone number to confirm.
* Once you’ve confirmed, click **Turn On**
* 2-Factor Verification has been **enabled** now.

### Create an App Password

* Go back to the Security page. [**https://myaccount.google.com/u/1/security**](https://myaccount.google.com/u/1/security) and click on **2-Step Verification**

{% file src="<https://2433803393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpavEzBU30M4JenpiGJBP%2Fuploads%2FyAG757ibNDb1ZluZvGVf%2FApp-key-generate.mp4?alt=media&token=7b11c201-1ddd-491d-a8cf-d83949d545d9>" %}

* You will be prompted to enter your **password** again to confirm your identity.
* Under App and Device, select “**Mail**” for the App and “**Other** (Custom)” for the Device.
* You can name it ‘Gamify Route’ and click **Generate** for organizational purposes.
* An application-specific password will be automatically generated. Make sure to copy and save it in a secure location. Once you’ve **copied** the password, click on “**DONE**“

### Add a new account

* Go to Gamify Route and Paste password which you **copied**

<figure><img src="https://2433803393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpavEzBU30M4JenpiGJBP%2Fuploads%2FX0jCSwaZrb6u0jVWO8ZO%2Fimage.png?alt=media&#x26;token=47beaacc-6df2-4c19-924a-67876f35986b" alt=""><figcaption></figcaption></figure>

* Enter the require details
* Click on **Test SMTP Connection**

### **Assign Workspace**

* Click on “**Select**“
* Select Workspace
* Click on “**Connect & Save**“

***

For further assistance, please contact our support team at <support@gamifyroute.com>.


---

# 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.gamifyroute.com/kb/business-settings/email-account.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.
