> For the complete documentation index, see [llms.txt](https://features.scnd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://features.scnd.com/v2.0/core-concepts/maildev.md).

# Maildev

## Why <a href="#id-1.14.x-maildev-businessrules-why" id="id-1.14.x-maildev-businessrules-why"></a>

Maildev is a server that intercepts emails from your web server to view and test them.

Maildev will help you to test automatic email, sets in the SBO > Content > Message to users, you can find more information in the following documentation: [Messages to users](/v2.0/superadmin/contents/messages-to-users-notifications.md)

## For which services <a href="#id-1.14.x-maildev-businessrules-forwhichservices" id="id-1.14.x-maildev-businessrules-forwhichservices"></a>

For all services to test the automatic email sent in staging.

## Interfaces <a href="#id-1.14.x-maildev-businessrules-interfaces" id="id-1.14.x-maildev-businessrules-interfaces"></a>

You can have access to the Maildev application by adding: /maildev/#/ to the platform URL.

For example <mark style="color:blue;"><https://domain/adminalias/maildev/#/></mark>

Then you will be able to see all automatic emails sent via your platform.

<figure><img src="/files/bDLE00GacbUUnUZb096i" alt=""><figcaption></figcaption></figure>

## Configurations <a href="#id-1.14.x-maildev-businessrules-configurations" id="id-1.14.x-maildev-businessrules-configurations"></a>

To enable the Maildev application uou have to set SBO > Other > Feature > Notifications

To know more about Maildev and installation, please refer to the Maildev documentation: <https://github.com/maildev/maildev>

## Workflows <a href="#id-1.14.x-maildev-businessrules-workflows" id="id-1.14.x-maildev-businessrules-workflows"></a>

There is no special workflow for the Maildev application.

The emails are sent when the trigger of the automatic email is reached.

## Special rules <a href="#id-1.14.x-maildev-businessrules-specialrules" id="id-1.14.x-maildev-businessrules-specialrules"></a>

There are no special rules for the Maildev application.


---

# 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, and the optional `goal` query parameter:

```
GET https://features.scnd.com/v2.0/core-concepts/maildev.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
