Yes.
You just have to list more then one email address in the
<tt>config/local.config.php</tt> file.
-The listed emails need to be separated by a comma.
+The listed emails need to be separated by a comma like this:
+
+```php
+'admin_email' => 'mail1@example.com,mail2@example.com',
+```
<a name="dbupdate">
### The Database structure seems not to be updated. What can I do?
bin/console dbstructure update
-if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers).
\ No newline at end of file
+if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers).
Ja.
Du kannst in der <tt>config/local.config.php</tt> Datei mehrere E-Mail Adressen auflisten.
-Die aufgelisteten Adressen werden mit Kommata von einander getrennt.
+Die aufgelisteten Adressen werden wie folgt durch Kommas voneinander getrennt:
+
+```php
+'admin_email' => 'mail1@example.com,mail2@example.com',
+```
<a name="dbupdate">
### Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun?
bin/console dbstructure update
-sollten bei der Ausführung Fehler auftreten, kontaktiere bitte das [Support Forum](https://forum.friendi.ca/profile/helpers).
\ No newline at end of file
+sollten bei der Ausführung Fehler auftreten, kontaktiere bitte das [Support Forum](https://forum.friendi.ca/profile/helpers).