# Email Configuration

Before sending phishing tests, you must properly configure the email account that will be used to send the phishing messages.

The following instructions apply to Gmail. For other providers, necessary adjustments will need to be made.

### Two-Step Verification

The first step is to enable two-step verification on the email account that will be used. To do this:

1. Open your **Google Account**.
2. In the navigation panel, select **Security**.
3. Under **“How you sign in to Google”**, click **“2-Step Verification”** and then click **“Get Started”**.
4. Follow the on-screen instructions.

### App Password

To create an app password, follow these steps:

{% hint style="info" %}
Two-step verification must already be enabled.
{% endhint %}

1. Go to the[ **App Passwords**](https://myaccount.google.com/apppasswords) section.
2. Make sure you’re logged into the correct email account. In some cases, you may need to log in again.
3. In the **“App name”** field, enter a name to identify the password and click **“Create”**.
4. A modal will display the generated app password.

{% hint style="info" %}
Save this password in your password manager, as it cannot be viewed again once the modal is closed. If lost, a new one must be generated.
{% endhint %}

For more information about two-step verification and app passwords in Google, visit the [Google Help Center](https://support.google.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.skyone.cloud/english/cybersecurity/phishing-test/email-configuration.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.
