From b9e205b052a942f34d6269409ae50bb7201b5100 Mon Sep 17 00:00:00 2001 From: meaz Date: Sat, 23 Sep 2023 12:02:53 +0200 Subject: [PATCH] add incoming email config in template --- templates/etc/forgejo/app.ini.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/etc/forgejo/app.ini.j2 b/templates/etc/forgejo/app.ini.j2 index 1feda31..4aef931 100644 --- a/templates/etc/forgejo/app.ini.j2 +++ b/templates/etc/forgejo/app.ini.j2 @@ -105,4 +105,7 @@ RENDER_CONTENT_MODE = sanitized {% endif %} {% endfor %} - +[email.incoming] +{% for item in forgejo_email_incoming %} +{{ item }} +{% endfor %}