> ## Documentation Index
> Fetch the complete documentation index at: https://jetemail.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Plesk

> Configuring a smarthost for Plesk with JetEmail

This guide will walk you through the process of setting up JetEmail as a smarthost in Plesk. JetEmail offers improved email deliverability, security, and management features.

### Setting up JetEmail Smarthost in Plesk

<Steps>
  <Step title="Access Email Settings">
    1. Log in to your Plesk control panel
    2. Navigate to "Mail Settings" or "Mail Server Settings"
  </Step>

  <Step title="Configure Smarthost">
    1. Find the "Outgoing SMTP settings" or "Smarthost" section
    2. Enable the smarthost option
    3. Enter the following details:
       * SMTP server: `relay.jetsmtp.net`
       * Port: `587` (or `25` if 587 is not available)
       * Enable SMTP authentication
       * Username: Your JetEmail SMTP username
       * Password: Your JetEmail SMTP password
  </Step>

  <Step title="Enable TLS">
    Ensure TLS (Transport Layer Security) is enabled for secure communication
  </Step>

  <Step title="Save and Apply">
    Save your changes and apply the new configuration
  </Step>

  <Step title="Test Configuration">
    Send a test email to verify the smarthost is working correctly
  </Step>
</Steps>
