# SMTP

SMTP (Simple Mail Transfer Protocol) is a standard internet protocol used to send and deliver outgoing emails between mail servers.

For integration, you can refer to the tutorial provided.

## Before You Begin:

* Make sure you have set up your transactional email account such as setting up a domain/API key.
* Make sure your transactional email account has SMTP integration information.

## Get SMTP information

1. Log in to your transactional email account.

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

2. Access to SMTP settings\
   \
   Then, you can use all that information to enter into the settings in Shoppego later. Make sure you have also done all the necessary settings such as verify domain/API key

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

## Setting up in Shoppego

1. Log in to your Shoppego account

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

2. Click on **Settings**

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

3. Click on **Transactional email providers**

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

4. Click **Activate/Edit** on the **SMTP** tab.

<figure><img src="/files/2pu1Fv27g4eUM2bPwOji" alt=""><figcaption></figcaption></figure>

5. **Enter all your information** and **tick the Enable toggle**. Then, you can **Save** the settings.

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

Now your integration setting is complete.

## Additional Information

Make sure you have entered the correct notification email for sending your email notifications later.

You can check the setting in the section:

1. Log in to your Shoppego account

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

2. Click on **Settings**

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

3. Click on **General**

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

4. Make sure the "**Notification & Reply-to Email**" setting is set to the email that **uses the domain in your transactional email account**.\
   \
   For example, in transaction email account you use the domain kedaisaya.com, so in that setting, you need to enter an email like this: <hello@kedaisaya.com>

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


---

# 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.shoppego.com/en/settings/transactional-email-providers/smtp.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.
