diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/emails/eha/alert-problem | 11 | ||||
-rw-r--r-- | templates/emails/eha/alert-problem-area | 13 | ||||
-rw-r--r-- | templates/emails/eha/alert-problem-council | 12 | ||||
-rw-r--r-- | templates/emails/eha/alert-problem-nearby | 11 | ||||
-rw-r--r-- | templates/emails/eha/alert-problem-ward | 13 | ||||
-rw-r--r-- | templates/emails/eha/alert-update | 13 |
6 files changed, 73 insertions, 0 deletions
diff --git a/templates/emails/eha/alert-problem b/templates/emails/eha/alert-problem new file mode 100644 index 000000000..2b1660928 --- /dev/null +++ b/templates/emails/eha/alert-problem @@ -0,0 +1,11 @@ +Subject: New empty properties on reportemptyhomes.com + +The following empty properties have been added: + +<?=$values['data']?> + +Yours, +The Empty Homes Agency + +To stop receiving emails when there are new properties, +please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/emails/eha/alert-problem-area b/templates/emails/eha/alert-problem-area new file mode 100644 index 000000000..cb8c96d0e --- /dev/null +++ b/templates/emails/eha/alert-problem-area @@ -0,0 +1,13 @@ +Subject: New empty properties in <?=$values['area_name']?> on reportemptyhomes.com + +The following empty properties have been added within +<?=$values['area_name']?>: + +<?=$values['data']?> + +Yours, +The Empty Homes Agency + +To stop receiving emails when there are new properties in +<?=$values['area_name']?>, please follow this link: +<?=$values['unsubscribe_url']?> diff --git a/templates/emails/eha/alert-problem-council b/templates/emails/eha/alert-problem-council new file mode 100644 index 000000000..703bd6911 --- /dev/null +++ b/templates/emails/eha/alert-problem-council @@ -0,0 +1,12 @@ +Subject: New empty properties reported to <?=$values['area_name']?> on reportemptyhomes.com + +The following empty properties have been reported to <?=$values['area_name']?>: + +<?=$values['data']?> + +Yours, +The Empty Homes Agency + +To stop receiving emails when there are new properties reported to +<?=$values['area_name']?>, please follow this link: +<?=$values['unsubscribe_url']?> diff --git a/templates/emails/eha/alert-problem-nearby b/templates/emails/eha/alert-problem-nearby new file mode 100644 index 000000000..a7ef16996 --- /dev/null +++ b/templates/emails/eha/alert-problem-nearby @@ -0,0 +1,11 @@ +Subject: New nearby empty properties on reportemptyhomes.com + +The following nearby empty properties have been added: + +<?=$values['data']?> + +Yours, +The Empty Homes Agency + +To stop receiving emails when there are nearby properties, +please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/emails/eha/alert-problem-ward b/templates/emails/eha/alert-problem-ward new file mode 100644 index 000000000..425826b33 --- /dev/null +++ b/templates/emails/eha/alert-problem-ward @@ -0,0 +1,13 @@ +Subject: New empty properties reported to <?=$values['area_name']?> within <?=$values['ward_name']?> on reportemptyhomes.com + +The following empty properties have been reported to <?=$values['area_name']?> +within <?=$values['ward_name']?>: + +<?=$values['data']?> + +Yours, +The Empty Homes Agency + +To stop receiving emails when there are new properties reported to +<?=$values['area_name']?> within <?=$values['ward_name']?>, +please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/emails/eha/alert-update b/templates/emails/eha/alert-update new file mode 100644 index 000000000..a725b050f --- /dev/null +++ b/templates/emails/eha/alert-update @@ -0,0 +1,13 @@ +Subject: New updates on empty property- '<?=$values['title']?>' + +The following updates have been left on this empty property: + +<?=$values['data']?> + +View or reply to these updates: <?=$values['problem_url']?> + +Yours, +The Empty Homes Agency + +To stop receiving emails when there are new updates on this property, +please follow this link: <?=$values['unsubscribe_url']?> |