diff options
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/alert-problem-area.txt | 13 | ||||
-rw-r--r-- | templates/email/default/alert-problem-council.txt | 12 | ||||
-rw-r--r-- | templates/email/default/alert-problem-nearby.txt | 11 | ||||
-rw-r--r-- | templates/email/default/alert-problem-ward.txt | 13 | ||||
-rw-r--r-- | templates/email/default/alert-problem.txt | 11 | ||||
-rw-r--r-- | templates/email/default/alert-update.txt | 18 | ||||
-rw-r--r-- | templates/email/default/reply-autoresponse | 23 |
7 files changed, 101 insertions, 0 deletions
diff --git a/templates/email/default/alert-problem-area.txt b/templates/email/default/alert-problem-area.txt new file mode 100644 index 000000000..8c41aaf5e --- /dev/null +++ b/templates/email/default/alert-problem-area.txt @@ -0,0 +1,13 @@ +Subject: New problems in <?=$values['area_name']?> on FixMyStreet + +The following new problems have been added within +<?=$values['area_name']?>: + +<?=$values['data']?> + +Yours, +The FixMyStreet team + +To stop receiving emails when there are new problems in +<?=$values['area_name']?>, please follow this link: +<?=$values['unsubscribe_url']?> diff --git a/templates/email/default/alert-problem-council.txt b/templates/email/default/alert-problem-council.txt new file mode 100644 index 000000000..572e057a6 --- /dev/null +++ b/templates/email/default/alert-problem-council.txt @@ -0,0 +1,12 @@ +Subject: New problems reported to <?=$values['area_name']?> on FixMyStreet + +The following new problems have been reported to <?=$values['area_name']?>: + +<?=$values['data']?> + +Yours, +The FixMyStreet team + +To stop receiving emails when there are new problems reported to +<?=$values['area_name']?>, please follow this link: +<?=$values['unsubscribe_url']?> diff --git a/templates/email/default/alert-problem-nearby.txt b/templates/email/default/alert-problem-nearby.txt new file mode 100644 index 000000000..0bf8483a7 --- /dev/null +++ b/templates/email/default/alert-problem-nearby.txt @@ -0,0 +1,11 @@ +Subject: New nearby problems on FixMyStreet + +The following nearby problems have been added: + +<?=$values['data']?> + +Yours, +The FixMyStreet team + +To stop receiving emails when there are nearby problems, +please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/email/default/alert-problem-ward.txt b/templates/email/default/alert-problem-ward.txt new file mode 100644 index 000000000..efcf15993 --- /dev/null +++ b/templates/email/default/alert-problem-ward.txt @@ -0,0 +1,13 @@ +Subject: New problems reported to <?=$values['area_name']?> within <?=$values['ward_name']?> on FixMyStreet + +The following new problems have been reported to <?=$values['area_name']?> +within <?=$values['ward_name']?>: + +<?=$values['data']?> + +Yours, +The FixMyStreet team + +To stop receiving emails when there are new problems reported to +<?=$values['area_name']?> within <?=$values['ward_name']?>, +please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/email/default/alert-problem.txt b/templates/email/default/alert-problem.txt new file mode 100644 index 000000000..8369b8e28 --- /dev/null +++ b/templates/email/default/alert-problem.txt @@ -0,0 +1,11 @@ +Subject: New problems on FixMyStreet + +The following new problems have been added: + +<?=$values['data']?> + +Yours, +The FixMyStreet team + +To stop receiving emails when there are new problems, +please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/email/default/alert-update.txt b/templates/email/default/alert-update.txt new file mode 100644 index 000000000..ac0ddd50a --- /dev/null +++ b/templates/email/default/alert-update.txt @@ -0,0 +1,18 @@ +Subject: New updates on problem - '<?=$values['title']?>' + +The following updates have been left on this problem: + +<?=$values['data']?> + +<?=$values['state_message']?> + +To view or reply to these updates, please visit the following URL: + <?=$values['problem_url']?> + +You cannot contact anyone by replying to this email. + +Yours, +The FixMyStreet team + +To stop receiving emails when there are new updates on this problem, +please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/email/default/reply-autoresponse b/templates/email/default/reply-autoresponse new file mode 100644 index 000000000..672c1f3c9 --- /dev/null +++ b/templates/email/default/reply-autoresponse @@ -0,0 +1,23 @@ +Subject: Automatic reply to your message to FixMyStreet + +Hi, + +This is an automatic response to your email; your email has not been delivered. + +If you're replying to an email about a report update, please visit +the URL given in the email in order to leave a reply. You cannot +reply to an update via email. + +If you are trying to confirm something, such as a report or an email +alert, please click the link in the email that we sent you, or, if +you cannot click the link, copy and paste it into the address bar of +your web browser. + +If you're trying to unsubscribe from an email alert, there is an +unsubscribe link at the bottom of the email. + +If you have a question or comment about the site, please send your +email to team@fixmystreet.com + +Yours, +The FixMyStreet team |