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

# SMTP Configuration

> Configure your SMTP settings for sending outgoing emails form Magic AI, such as email verification, support ticket creation, payment statuses etc

## Setting Up SMTP settings

In order to be able to standard sending emails, we highly recommend you to use SMTP settings of your hosting that is related to your domain.

<Warning>Please note that some hostings have different smtp settings per domain, so play close attention to that</Warning>

To set up smtp settings follow these steps:

<Steps>
  <Step title="Step 1">
    Go to **Admin Panel** -> **Backend Settings** -> **SMTP Settings** page.
  </Step>

  <Step title="Step 2">
    Fill up the following required fields:

    ```php theme={null}
    SMTP Host
    SMTP Port
    SMTP Encryption
    SMTP EMail Login (Username)
    SMTP EMail Password
    SMTP Sender Email Address
    SMTP Sender Name 
    ```

    <br />

    <img src="https://mintcdn.com/magicads/sOSxKmkB3A1LT8Q_/images/advanced/smtp/smtp-1.png?fit=max&auto=format&n=sOSxKmkB3A1LT8Q_&q=85&s=9a5392f6f9b14f1d7c59914cac79d891" width="531" height="858" data-path="images/advanced/smtp/smtp-1.png" />
  </Step>

  <Step title="Step 3">
    Once you have filled in all required fields based on your SMTP settings of your hosting, click on the **Test** button to check if you provided settings are valid.

    <img src="https://mintcdn.com/magicads/sOSxKmkB3A1LT8Q_/images/advanced/smtp/smtp-2.png?fit=max&auto=format&n=sOSxKmkB3A1LT8Q_&q=85&s=dbbfd4032a3737e8ff1883460deb41ec" width="518" height="458" data-path="images/advanced/smtp/smtp-2.png" />
  </Step>

  <Step title="Step 4">
    If all the provided information is accurate, you will see a success message, that means your SMTP settings was setup correct and working properly. If you don't see success message, then please double check your SMTP settings based on your hosting settings.

    <img src="https://mintcdn.com/magicads/sOSxKmkB3A1LT8Q_/images/advanced/smtp/smtp-3.png?fit=max&auto=format&n=sOSxKmkB3A1LT8Q_&q=85&s=a157d012d52abfdb3d044d96a34f7846" width="333" height="103" data-path="images/advanced/smtp/smtp-3.png" />

    <Tip>For `SMTP User Passowrd`, make sure to generate a `random` password.</Tip>
  </Step>

  <Step title="Step 5">
    <Check>Congratulations! You have successfully configured the SMTP settings for Magic AI</Check>
  </Step>
</Steps>
