aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email')
-rw-r--r--templates/email/default/login.txt12
-rw-r--r--templates/email/default/partial.txt14
-rw-r--r--templates/email/default/problem-confirm.txt20
-rw-r--r--templates/email/default/test.txt15
4 files changed, 61 insertions, 0 deletions
diff --git a/templates/email/default/login.txt b/templates/email/default/login.txt
new file mode 100644
index 000000000..c873e82af
--- /dev/null
+++ b/templates/email/default/login.txt
@@ -0,0 +1,12 @@
+Subject: [% loc('Your FixMyStreet.com account details') %]
+
+Please click on the link below to confirm your email address. Then you will be able to view your problem reports.
+
+[% c.uri_for( '/auth/token', token ) %]
+
+We will never give away or sell your email address to anyone else without your permission.
+
+Yours,
+ the FixMyStreet.com team
+
+
diff --git a/templates/email/default/partial.txt b/templates/email/default/partial.txt
new file mode 100644
index 000000000..279d76ea0
--- /dev/null
+++ b/templates/email/default/partial.txt
@@ -0,0 +1,14 @@
+Subject: Confirm your report on FixMyStreet
+
+Hi [% report.name || report.email %],
+
+To confirm the report you have uploaded to FixMyStreet via
+[% report.service %], and to check or add any details,
+please visit the following URL:
+
+[% token_url %]
+
+Thanks!
+
+Yours,
+The FixMyStreet team
diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt
new file mode 100644
index 000000000..e16c90037
--- /dev/null
+++ b/templates/email/default/problem-confirm.txt
@@ -0,0 +1,20 @@
+Subject: Confirm your problem on FixMyStreet
+
+Hi [% report.user.name %],
+
+Please click on the link below to confirm the problem you just
+added to FixMyStreet:
+
+[% token_url %]
+
+If your email program does not let you click on this link,
+copy and paste it into your web browser and press return.
+
+Your problem had the title:
+[% report.title %]
+
+And details:
+[% report.detail %]
+
+Yours,
+The FixMyStreet team
diff --git a/templates/email/default/test.txt b/templates/email/default/test.txt
new file mode 100644
index 000000000..1200b8726
--- /dev/null
+++ b/templates/email/default/test.txt
@@ -0,0 +1,15 @@
+Subject: test email ☺
+From: bad-sender@duff.com
+
+Hello,
+
+This is a test email where foo: [% foo %].
+
+utf8: 我们应该能够无缝处理UTF8编码
+
+ indented_text
+
+long line: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+Yours,
+ FixMyStreet.