diff options
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/problem-confirm-not-sending.txt | 32 | ||||
-rw-r--r-- | templates/email/default/test.txt | 1 |
2 files changed, 32 insertions, 1 deletions
diff --git a/templates/email/default/problem-confirm-not-sending.txt b/templates/email/default/problem-confirm-not-sending.txt new file mode 100644 index 000000000..2443805bb --- /dev/null +++ b/templates/email/default/problem-confirm-not-sending.txt @@ -0,0 +1,32 @@ +Subject: Confirm your report on [% INCLUDE 'site-name.txt' | trim %] + +Hello [% report.name %], + +Please click on the link below to confirm that you want your report to appear +on [% INCLUDE 'site-name.txt' | trim %], despite not being sent to the +council: + +[% 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 %] + +If you no longer wish your report to be displayed on the site, please take no +further action. + +Thank you for supporting [% INCLUDE 'site-name.txt' | trim %]. + + + +[% INCLUDE 'signature.txt' %] + +This email was sent automatically, from an unmonitored email account - so +please do not reply to it. diff --git a/templates/email/default/test.txt b/templates/email/default/test.txt index bfa2c1dd3..1acd4b6ca 100644 --- a/templates/email/default/test.txt +++ b/templates/email/default/test.txt @@ -1,5 +1,4 @@ Subject: test email ☺ -From: bad-sender@duff.com Hello, |