# SMTP Settings

**How to Set Up SMTP in PHPTRAVELS**\
In this guide, we will walk you through the process of setting up SMTP in your PHPTRAVELS product. Configuring your SMTP (Simple Mail Transfer Protocol) ensures that all email communications, including booking confirmations, newsletters, and notifications, are successfully delivered to your customers. By following these steps, you’ll be able to connect your email provider, test the configuration, and ensure that everything is working smoothly.

Let’s get started!\
\
**Step 1: Locate SMTP Settings Page**\
To begin, log in to the admin panel of your PHPTRAVELS product. Navigate to the **Settings** section from the main menu. Under the Settings menu, find and click on **Email Settings**. Here, you’ll see the **SMTP Settings** tab where you can configure your email sending options.

<figure><img src="https://2551945148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2GhG5yrSbZqP4S8EzmhR%2Fuploads%2FIIHzFniAdFRCQwvXIh58%2F1.png?alt=media&#x26;token=e0bb9054-f132-4d13-9247-6e8e87b26322" alt=""><figcaption></figcaption></figure>

**Step 2: Configure SMTP Credentials and Test**\
Once you’re on the SMTP Settings page, you can now enter your SMTP server credentials. Fill in the required fields, such as SMTP Host, SMTP Port, Username, Password, and Encryption Type (SSL/TLS). After entering your details, scroll down and add your email address in the **Test Email** field. Click the **Send Test Email** button to check if your SMTP configuration is working properly.

<figure><img src="https://2551945148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2GhG5yrSbZqP4S8EzmhR%2Fuploads%2Ffb5GqbNNPMR9U52Vj9Vm%2F2.png?alt=media&#x26;token=ce0acf5f-8105-4a8f-95f3-8527a938f37b" alt=""><figcaption></figcaption></figure>

**Step 3: Check Your Mailbox**\
Finally, open your email inbox and check if you have received the test email. If the email is received successfully, this confirms that the SMTP setup has been correctly configured and is functioning as expected.

<figure><img src="https://2551945148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2GhG5yrSbZqP4S8EzmhR%2Fuploads%2FYUGGYNm1KrK1Wyhlf53Z%2F3.png?alt=media&#x26;token=4e6dd1ed-7807-44b9-a8cf-25b9aa5a8c64" alt=""><figcaption></figcaption></figure>

**Thank you for reading this guide! If you need further assistance, feel free to contact our support team. We’re here to help!**


---

# 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.phptravels.com/startup/setup/settings/email-settings/smtp-settings.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.
