# FAQs

#### **When I send test email I get this error notification. How can I fix it?**

{% code fullWidth="false" %}

```
Class 'SimpleXMLElement' not found
```

{% endcode %}

The only thing you need to do is just installing the php-xml package to resolve it.

#### **What should I do when I get this error after sending test email?**

```
cURL error 35: OpenSSL SSL_connect: Connection reset by peer
```

Usually, this error message denotes the SSL connection error and often happens due to an outdated cURL package or SSL protocol in your server. There can also be a firewall on your server. Please contact your web host provider for more details on that.

#### **I'm trying to configure Amazon SES with an account in sandbox mode but I can't make it work. What is the issue?**&#x20;

Please note that you only can send emails from **Verified email addresses.** Please don't forget to click verifying your email account to complete your settings.

<figure><img src="/files/Hak2NZQRZPVswG6wspAm" 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.yaycommerce.com/yaysmtp/other-links/faq.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.
