# How to enable attaching images to an email

By default, for security reasons, the QLM Portal does not allow attaching images to an email.

To enable this functionality, you must modify the permissions of 2 folders where images are uploaded.

On your server, locate the following 2 folders:

c:\inetpub\wwwroot\Qlm\QlmPortal\UploadedImages

c:\inetpub\wwwroot\Qlm\QlmPortal\App\_Data\UploadTemp

&#x20;For each folder, modify the NTFS permissions as follows:

User: IUSR, Permissions: Modify, Read & execute, List folder contents, Read, Write

User: IIS\_IUSRS, Permissions: Modify, Read & execute, List folder contents, Read, Write


---

# 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.soraco.co/docs/qlm-portal/how-to-enable-attaching-images-to-an-email.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.
