diff options
Diffstat (limited to 'templates/emails')
-rw-r--r-- | templates/emails/comment-confirm | 14 | ||||
-rw-r--r-- | templates/emails/problem-confirm | 17 |
2 files changed, 31 insertions, 0 deletions
diff --git a/templates/emails/comment-confirm b/templates/emails/comment-confirm new file mode 100644 index 000000000..6c2861410 --- /dev/null +++ b/templates/emails/comment-confirm @@ -0,0 +1,14 @@ +Subject: Confirm your comment on Neighbourhood Fix-It + +Hi <?=$values['name']?>, + +Please click on the link below to confirm the comment you just wrote: + +<?=$values['url']?> + +Your comment reads: + +<?=$values['comment']?> + +-- +The Neighbourhood Fix-It team diff --git a/templates/emails/problem-confirm b/templates/emails/problem-confirm new file mode 100644 index 000000000..2bc9e80e5 --- /dev/null +++ b/templates/emails/problem-confirm @@ -0,0 +1,17 @@ +Subject: Confirm your problem on Neighbourhood Fix-It + +Hi <?=$values['name']?>, + +Please click on the link below to confirm the problem you just +added to Neighbourhood Fix-It: + +<?=$values['url']?> + +Your problem had the title: +<?=$values['title']?> + +And details: +<?=$values['detail']?> + +-- +The Neighbourhood Fix-It team |