From 852dcb3ee54bd9d93d236acd75edac9b28cd7a5d Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sun, 24 Apr 2022 17:02:14 +0200 Subject: [PATCH] fixed confirmation mail --- pom.xml | 2 +- static/templates/confirmation_mail.st | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 88d0eec..c8feec1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.46 + 0.2.47 diff --git a/static/templates/confirmation_mail.st b/static/templates/confirmation_mail.st index 9b1afb8..bc90013 100644 --- a/static/templates/confirmation_mail.st +++ b/static/templates/confirmation_mail.st @@ -3,12 +3,12 @@ Welcome, «data.user.name»! You successfully subscribed to the "«data.list.name»" Mailing list! «if(data.open_list)» -This is an open list. This means you may, at any time, send emails to «data.list.email» and we will forward your mail to the other subscribers. +This is an open list. This means you may, at any time, send emails to «data.list.email.prefix»@«data.list.email.domain» and we will forward your mail to the other subscribers. «else» This is a moderated list. This means, you (and all other subscribers) will receive any mails sent by a moderator. However, if you write (answer) messages to the list, only the moderators will receive your mail. «endif» -If you want to answer exclusively to the author of an email you received via the list, you may find the respective address in the subject line of the received email. +If you want to answer exclusively to the author of an email you received via the list, you may find the respective address in the head of the received email. If you wish to leave the list, you may, at any time, go to «data.url» and un-subscribe.