diff options
Diffstat (limited to 'templates/emails/emptyhomes')
-rw-r--r-- | templates/emails/emptyhomes/alert-problem | 11 | ||||
-rw-r--r-- | templates/emails/emptyhomes/alert-problem-area | 13 | ||||
-rw-r--r-- | templates/emails/emptyhomes/alert-problem-council | 12 | ||||
-rw-r--r-- | templates/emails/emptyhomes/alert-problem-nearby | 11 | ||||
-rw-r--r-- | templates/emails/emptyhomes/alert-problem-ward | 13 | ||||
-rw-r--r-- | templates/emails/emptyhomes/alert-update | 13 |
6 files changed, 0 insertions, 73 deletions
diff --git a/templates/emails/emptyhomes/alert-problem b/templates/emails/emptyhomes/alert-problem deleted file mode 100644 index 30dc10c42..000000000 --- a/templates/emails/emptyhomes/alert-problem +++ /dev/null @@ -1,11 +0,0 @@ -Subject: New empty properties on reportemptyhomes.com - -The following empty properties have been added: - -<?=$values['data']?> - -Yours, -reportemptyhomes.com - -To stop receiving emails when there are new properties, -please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/emails/emptyhomes/alert-problem-area b/templates/emails/emptyhomes/alert-problem-area deleted file mode 100644 index 0fb11665c..000000000 --- a/templates/emails/emptyhomes/alert-problem-area +++ /dev/null @@ -1,13 +0,0 @@ -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, -reportemptyhomes.com - -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/emptyhomes/alert-problem-council b/templates/emails/emptyhomes/alert-problem-council deleted file mode 100644 index 6c2d5b55c..000000000 --- a/templates/emails/emptyhomes/alert-problem-council +++ /dev/null @@ -1,12 +0,0 @@ -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, -reportemptyhomes.com - -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/emptyhomes/alert-problem-nearby b/templates/emails/emptyhomes/alert-problem-nearby deleted file mode 100644 index abe027d20..000000000 --- a/templates/emails/emptyhomes/alert-problem-nearby +++ /dev/null @@ -1,11 +0,0 @@ -Subject: New nearby empty properties on reportemptyhomes.com - -The following nearby empty properties have been added: - -<?=$values['data']?> - -Yours, -reportemptyhomes.com - -To stop receiving emails when there are nearby properties, -please follow this link: <?=$values['unsubscribe_url']?> diff --git a/templates/emails/emptyhomes/alert-problem-ward b/templates/emails/emptyhomes/alert-problem-ward deleted file mode 100644 index 14dabc386..000000000 --- a/templates/emails/emptyhomes/alert-problem-ward +++ /dev/null @@ -1,13 +0,0 @@ -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, -reportemptyhomes.com - -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/emptyhomes/alert-update b/templates/emails/emptyhomes/alert-update deleted file mode 100644 index 9ae295b3e..000000000 --- a/templates/emails/emptyhomes/alert-update +++ /dev/null @@ -1,13 +0,0 @@ -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, -reportemptyhomes.com - -To stop receiving emails when there are new updates on this property, -please follow this link: <?=$values['unsubscribe_url']?> |