> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/anlagenverwaltung/register-adressen.md).

# Register - Adressen

Die Anschrift des Betreibers kann zum Beispiel in allen ACRON Formularen mit Hilfe der „Allgemeinen Variablen" wahlweise in Berichten ausgegeben werden.

## E-Mail-Ausgangsserver <a href="#ausgangsserver" id="ausgangsserver"></a>

Die SMTP-Daten werden benötigt, um E-Mails zu versenden. Die SMTP-Zugangsdaten werden vom Webhoster oder ggf. vom Netzwerkadministrator zur Verfügung gestellt.

### Absender <a href="#absender" id="absender"></a>

Die E-Mail-Adresse des Absenders wird beim Versand von E-Mails (z.B. Berichte per E-Mail) als Standard verwendet.

### Host <a href="#host" id="host"></a>

Der Name des E-Mail-Ausgangsservers bzw. dessen IP Adresse

### Port

Der Standardport für das SMTP-Protokoll ist die 25.

Sollte der E-Mail-Transfer im Netzwerk nicht auf dem Standard-SMTP-Port eingerichtet sein, so kann hier ein anderer Port eingetragen werden.

### Verschlüsselung SMTP-Server

Auswahlmöglichkeit für die Verschlüsselung

|                       |   |                                                                                                                  |
| --------------------- | - | ---------------------------------------------------------------------------------------------------------------- |
| STARTTLS\*            | : | Die Kommunikation mit dem Postausgangsserver erfolgt verschlüsselt, wenn dieser die Verschlüsselung unterstützt. |
| SSL/TLS               | : | Die Kommunikation mit dem Postausgangsserver erfolgt verschlüsselt.                                              |
| Keine Verschlüsselung | : | Die Kommunikation mit dem Postausgangsserver erfolgt unverschlüsselt. Alle Daten werden im Klartext übertragen.  |

\*Hinweis

Die Standardverschlüsselung ist STARTTLS.

### Benutzer

Benutzer- oder Kontonamen für den SMTP-E-Mail-Serverzugang.

### Passwort

Passwort für den E-Mail-Serverzugang.


---

# 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.videc.de/acron-9.3/anlagenverwaltung/register-adressen.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.
