diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-11-03 06:16:17 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-11-03 06:49:44 +0100 |
commit | ff358945f2b210f7f374d3e3e7e36170ee16aed5 (patch) | |
tree | 5f7300b2e3cc9686847b3495ae2b48c579eeb9a2 /src/main/resources/templates/NewsletterResource/registrationMail.txt | |
parent | ba3e58c04e918723233dcc66996399eeeff24007 (diff) |
KB68 Newsletter registration and deregistration.
Change-Id: Ic79fe64f03ce887879bffc7623e59cb697065ee6
Diffstat (limited to 'src/main/resources/templates/NewsletterResource/registrationMail.txt')
-rw-r--r-- | src/main/resources/templates/NewsletterResource/registrationMail.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/templates/NewsletterResource/registrationMail.txt b/src/main/resources/templates/NewsletterResource/registrationMail.txt new file mode 100644 index 0000000..c86b385 --- /dev/null +++ b/src/main/resources/templates/NewsletterResource/registrationMail.txt @@ -0,0 +1,12 @@ +{@java.lang.String registrationKey} +Hello! + +Someone (you, one would hope) entered your email address to subscribe to the MulkCMS +benkard.de newsletter. In order to complete your registration, open the following +link in your web browser: + + https://matthias.benkard.de/newsletter/finish-registration?key={registrationKey} + +If someone is playing a trick on you and you would not actually like to subscribe to +the newsletter, you may ignore this email. In this case, your registration record +will be deleted within a week.
\ No newline at end of file |