# E-mail notificaties

Het is mogelijk om verschillende notificatie e-mails in te stellen:

1. Notificatie naar gebruiker bij inloggen.&#x20;
2. Notificatie naar gebruiker bij inzending.&#x20;
3. Notificatie naar gebruiker bij submission.
4. Notificatie naar admin bij nieuwe inzending.&#x20;
5. Notificatie naar admin bij nieuwe reactie.
6. Notificatie naar admin bij submission.

### 1. Notificatie naar gebruiker bij inloggen

De gebruiker ontvangt een e-mail met inloglink na het inloggen. De inhoud en vorm van deze e-mail kun je instellen in het [admin panel](/openstad/manual/miscellaneous/adminpanel.md) bij *Authentication & security*.

{% hint style="info" %}
HIER VOORBEELD VAN NOTIFICATIE E-MAIL TOEVOEGEN?
{% endhint %}

### 2. Notificatie naar gebruiker bij inzending

De gebruiker ontvangt een e-mail na het insturen van een inzending. De inhoud en vorm van deze e-mail kun je instellen in het [admin panel](/openstad/manual/miscellaneous/adminpanel.md) bij *Site settings* en vervolgens *Ideas.*

{% hint style="info" %}
HIER VOORBEELD VAN NOTIFICATIE E-MAIL TOEVOEGEN?
{% endhint %}

### 3. Notificatie naar gebruiker bij submission&#x20;

De gebruiker ontvangt een e-mail na het insturen van een submission. Een submission gebruik je bijvoorbeeld voor een inschrijfformulier. De inhoud en vorm van deze e-mail kun je instellen in de [resource form ](/openstad/manual/modules/resource-form.md)bij *Confirmation*.&#x20;

{% hint style="info" %}
HIER VOORBEELD VAN CONFIRMATION RESOURCE FORM TOEVOEGEN?
{% endhint %}

### 4. Notificatie naar admin bij nieuwe inzending

De admin ontvangt een e-mail bij elke inzending van een gebruiker. De inhoud en vorm van deze e-mail is geautomatiseerd en kun je niet zelf instellen in het admin panel of CMS.

Je kunt wel bepalen vanaf en aan welk e-mailadres de notificatie verstuurd wordt. Ga in het [admin panel](/openstad/manual/miscellaneous/adminpanel.md) naar *Site settings* en vervolgens *Admin notifications.* Vul bij 'To e-mail address' het e-mailadres van de admin in. Vul bij 'From e-mail address' de naam van jouw organisatie en het no-reply adres in, bijvoorbeeld: Mijn Organisatie <<noreply@openstadmijnorganisatie.nl>

{% hint style="info" %}
HIER VOORBEELD VAN NOTIFICATIE E-MAIL TOEVOEGEN?
{% endhint %}

### 5. Notificatie naar admin bij nieuwe reactie

De admin ontvangt een e-mail bij elke nieuwe reactie die een gebruiker plaatst bij een inzending. De inhoud en vorm van deze e-mail is geautomatiseerd en kun je niet zelf instellen in het admin panel of CMS.&#x20;

Je kunt wel bepalen vanaf en aan welk e-mailadres de notificatie verstuurd wordt. Zie de beschrijving hierboven.&#x20;

{% hint style="info" %}
HIER VOORBEELD VAN NOTIFICATIE E-MAIL TOEVOEGEN?
{% endhint %}

### 6. Notificatie naar admin bij submission.

De admin ontvangt een e-mail bij elke nieuwe submission van een gebruiker. De inhoud en vorm van deze e-mail kun je instellen in de [resource form ](/openstad/manual/modules/resource-form.md)bij *Confirmation*.&#x20;


---

# 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.openstad.org/openstad/manual/how-tos/e-mail-notificaties.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.
