Skip to content

Commit

Permalink
Extending the email template.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEBest committed Dec 13, 2024
1 parent 068fbc3 commit 4cc3b73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dhrn-functions/.deployed/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"namespace": "fn-72f50c41-0f6d-47f1-a509-bfc5cbc49013",
"packageVersions": {
"dhrn": {
"version": "0.0.50",
"version": "0.0.55",
"digest": "f5cd5eb698be4272469e2480f0eac38a2f4eee90a0501d70bf7c43f446c2e73c"
}
},
"actionVersions": {
"dhrn/addresses": {
"version": "0.0.40",
"digest": "05cdec9653b1bbc1bac3c2f408f18f22d07fba81b413dff78ee9fb3bbe2bb45f"
"version": "0.0.44",
"digest": "1d815b064048df8611e101bea36d6556183d8643775cefb054f070ea6352aa93"
},
"dhrn/sendmail": {
"version": "0.0.7",
"digest": "ed37a6c9bfc44a97ca11df70212a5cc01fb4dfcab7e157d6de3eca771e334e36"
"version": "0.0.18",
"digest": "40b35dffcfce49214034f7b69189a34f1ea028d11bd36762fd92ec06fe578179"
},
"dhrn/zipcounty": {
"version": "0.0.32",
"digest": "1800e52683795edad363b2d4c3fb0a33ef2dcbf5a226c73277b99a61863d589b"
"version": "0.0.36",
"digest": "bebb7370b6aea305c92bfc5d16aa918a8d2e731b78bfff6713e2269687a026a3"
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion dhrn-functions/packages/dhrn/sendmail/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<p>Own Home: {{ ownHome }}</p>
<p>Home Type: {{ homeType }}</p>
<p>Has Lived in Home Over 1 Year: {{ moreThanAYear }}</p>
<p>Owns other properties: {{ otherProperties }}</p>
<p>Is name on the deed: {{ nameOnDeed }}</p>
<p>Name on Deed: {{ owner }}</p>
<p>Taxes Up to Date: {{ taxesUpToDate }}</p>
<p>Home Owners Insurance: {{ insurance }}</p>
Expand All @@ -27,4 +29,4 @@
<p>Age: {{ age }}</p>
</body>
</body>
</html>
</html>

0 comments on commit 4cc3b73

Please sign in to comment.