# Getting Naver Mail ready to send

This page is where you get the password you will enter when you use Naver Mail as your sending server in [Sending email](/getting-started/core-concepts/deployment-and-integration/email.md#registering-in-the-content-studio).

The value you get here is not the account password you use to sign in to Naver. It is a 12-character value that Naver issues separately, and it is called an application password.

## Getting the value from Naver {#get-app-password}

After signing in to Naver, work through the three steps below in order. If you skip an earlier step, the screen for the next step does not appear. You can only do this setup on a PC.

::::step{title="Turning on POP3/SMTP"}
Naver Mail starts out with POP3/SMTP turned off. If you do not turn it on, you cannot send mail from an outside program.

1. In Naver Mail, press **환경설정** (Settings) at the bottom left.
2. Press **POP3/IMAP 설정** (POP3/IMAP settings).
3. Press the **POP3/SMTP 설정** (POP3/SMTP settings) tab.

   ![The POP3/IMAP settings screen in Naver Mail settings. POP3/SMTP use is set to off, and the guidance below shows the ID, the SMTP server name, and the port](/_img/en-US/getting-started/core-concepts/deployment-and-integration/email/images/naver-01-pop3-smtp-off.webp)

4. In **POP3/SMTP 사용** (Use POP3/SMTP), choose **사용함** (Use).
5. Press **저장** (Save).
6. Write down the ID shown under **계정 정보** (Account information). It is the username you will enter into WEEGLOO later.

   ![The screen with POP3/SMTP use set to 사용함. A notice box saying that two-step verification and a dedicated application password are required is visible, along with the 설정하기 button](/_img/en-US/getting-started/core-concepts/deployment-and-integration/email/images/naver-02-pop3-smtp-on.webp)

:::note
The ID under **계정 정보** is the ID alone rather than a mail address, and you use it exactly as it appears.
:::

:::note{variant="warning" title="If you were already using POP3/IMAP before"}
Change both **POP3/SMTP 설정** and **IMAP/SMTP 설정** (IMAP/SMTP settings) to **사용 안 함** (Do not use) and save, then change them back to **사용함** and save again. Only then is it handled the same as a fresh setup, so you can connect with the application password.
:::
::::

::::step{title="Turning on two-step verification"}
You can create an application password only on an account that has two-step verification turned on.

1. Open the Naver ID security settings. Pressing **설정하기** (Set up) in the notice box on the previous screen takes you to the same place.
2. In **기본보안설정** (Basic security settings), press the button next to **2단계 인증** (Two-step verification).
3. Register the smartphone you will use for verification, as the screen asks.

   ![The 기본보안설정 card in Naver ID security settings. Three rows are visible: password, passkey management, and two-step verification](/_img/en-US/getting-started/core-concepts/deployment-and-integration/email/images/naver-03-two-step.webp)
::::

::::step{title="Creating the application password"}
Once two-step verification is on, a place to create an application password appears on the **2단계 인증 관리** (Two-step verification management) screen.

1. On **2단계 인증 관리**, find **애플리케이션 비밀번호 관리** (Application password management).
2. In **종류선택** (Select type), choose **직접 입력** (Enter directly) and enter `Weegloo` in the field.
3. Press **생성하기** (Create).

   ![The application password creation area. The 종류선택 radio buttons, the 직접 입력 field, the 생성하기 button, and an empty 비밀번호 확인 field are visible](/_img/en-US/getting-started/core-concepts/deployment-and-integration/email/images/naver-04-app-password-form.webp)

4. Copy down the 12-character value that appears in the **비밀번호 확인** (Confirm password) field.
5. Check that the name you just created has been added as one row to **사용 내역** (Usage history).

   ![The screen after entering Weegloo in 직접 입력 and creating the password. The 12-character value is shown in the 비밀번호 확인 field, and a row for Weegloo has been added to 사용 내역 below](/_img/en-US/getting-started/core-concepts/deployment-and-integration/email/images/naver-05-app-password-created.webp)

:::note
The value is made up of uppercase letters and digits only. This value is a password that can send mail from your Naver account. Treat it with the same weight as your account password, and do not leave it pasted in a chat or in a document that is out in the open. When you stop using it, you can remove it with **삭제** (Delete) in **사용 내역**.
:::
::::

## Entering the values you received into WEEGLOO {#back-to-weegloo}

Now you have the ID and the application password in hand. Go back to the registration steps in [Sending email](/getting-started/core-concepts/deployment-and-integration/email.md#registering-in-the-content-studio). In Provider, choose **Custom SMTP** and enter the values below.

| Where to enter it | Value |
|---|---|
| SMTP server | `smtp.naver.com` |
| Port | `587` |
| Username | Your Naver ID (the ID rather than the mail address, like `dailycloset`) |
| Password | The 12-character application password you just received |
| From address | The mail address for that ID (`dailycloset@naver.com`) |

:::note{variant="warning" title="The port is 587"}
The guidance on the Naver screen lists `465` as the SMTP port, but enter `587` in WEEGLOO.
:::

If you left the integration to an AI agent and it told you to go get the values, paste the ID and the 12-character value straight into the chat window and carry on with what you were doing. The agent handles the rest of the setup from there.

## What to do next {#what-to-do-next}

- [Sending email](/getting-started/core-concepts/deployment-and-integration/email.md): Covers registering a sender with the values you received, and what you register in an *Email Account*.
- [Script](/getting-started/core-concepts/deployment-and-integration/script.md): Covers how to build the task that actually sends mail to customers with the sender you registered.
- [Email Account](/api/reference/cma/email-account.md): Covers the request and response formats and field specifications used to register and manage a sender directly from a program.
