> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/send/devolutions-send-in-devolutions-server.md).

# Devolutions Send in Devolutions Server

Send a password through in-app secure messaging or email external contacts directly from an entry. Create a shareable link to send secrets outside your organization securely.

This feature needs Devolutions Server to have ***SMTP*** configured. This option can be found under ***Administration*** – ***Server settings*** – ***Email***.

{% hint style="info" %}
Additionally, ***Allow users to send password with Devolutions Send*** needs to be enabled. This option can be found under ***Administration*** – ***Server settings*** – ***Features***. It is enabled by default.
{% endhint %}

### Features

{% hint style="info" %}
[Devolutions Send Standalone](https://devolutions.net/devolutions-send/) is an alternative for those who do not use our products.
{% endhint %}

Despite sharing the same underlying architecture, slight differences exist between the feature set of the standalone and in-app versions of Devolutions Send.

* Unique link encrypted on the client side.
* Valid for a customizable amount of time.
* Optional protection via a client-provided passphrase.
* Users may be non-Devolutions users (not linked to a Devolutions Account).
* Character limit of 10 kB.
* A sender email is required and stored with the GUID as part of the “payload” stored in the database.

### How to use Devolutions Send with Devolutions Server

1. Open the Devolutions Server web page.
2. Click on ***Messages*** next to the user's avatar.
3. Click ***New message***.
4. Select one of the three available options: send in-app, send by email, or create a shareable link.

#### Send in-app

This feature is covered in [***Secure messages***](https://docs.devolutions.net/server/web-interface/messages/).

#### Send by email

1. Enter the recipient(s) email in the ***To*** field.
2. Enter the information in the ***Secure message*** field.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><ul><li>A <em><strong>Passphrase</strong></em> may be added for additional security.</li><li>The <em><strong>Link duration</strong></em> can be set to 1 hour, 24 hours, 3 days, 1 week, 2 weeks or 1 month.</li><li>The <em><strong>View limit</strong></em> can be set to Unlimited, Single view or Multiple views. The Multiple option is useful for setting an exact amount of possible views.</li></ul></div>
3. Click ***Send by email***.

#### Create shareable link

1. Enter the information in the ***Secure message*** field.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><ul><li>Files can be securely shared by clicking <em><strong>Attachment</strong></em>.</li><li>A <em><strong>Passphrase</strong></em> may be added for additional security.</li><li>The <em><strong>Link duration</strong></em> can be set to 1 hour, 24 hours, 3 days, 1 week, 2 weeks or 1 month.</li><li>The <em><strong>View limit</strong></em> can be set to Unlimited, Single view or Multiple views. The Multiple option is useful for setting an exact amount of possible views.</li></ul></div>
2. Click on ***Create link***.
3. Copy the link and send it to the intended individual(s).

### Send copy of a password

It is also possible to send a password directly to another user in-app or outside of Devolutions Server by using Devolutions Send. The user needs to have [view permission](https://docs.devolutions.net/server/web-interface/user-groups-based-security/permissions/) on that entry to send it.

The main difference with this option is that the password is automatically added and hidden as the message in one of the three messaging option. The password can only be edited if the text is revealed (by clicking ***View***).

To learn more about the ***Secure message*** features, please refer to the above section on How to use Devolutions Send with Devolutions Server.

#### See also

* [Devolutions Blog - How organizations can safely share confidential information with Devolutions Send](https://blog.devolutions.net/2024/08/how-organizations-can-safely-share-confidential-information-with-devolutions-send/)
* [Devolutions Academy – Sending secure messages](https://academy.devolutions.net/student/path/2942210/activity/4493544)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/send/devolutions-send-in-devolutions-server.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.
