Skip to content

Commit

Permalink
chore: template update
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Apr 15, 2024
1 parent cad3ed5 commit 3b01672
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion server/StrDss.Service/EmailTemplates/BatchTakedownRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ public override string GetContent()
Subject = "Takedown Request";

return (Preview ? GetPreviewContent() : "") + $@"
<b>The platform is required to remove the listing within 8 days of the date it was delivered. If the platform fails to remove the listing, local governments can escalate the matter to the Director of the Provincial STR Compliance and Enforcement Unit at: [email protected].<br/><br/>
The short-term rental listings in the attached file are the subject of a request by a local government described under s. 18(3) of the <i>Short-Term Rental Accommodations Act</i> and s. 16 of the <i>Short-Term Rental Accommodations Regulation</i>. <br/><br/>
A “takedown request” (a request for a platform to cease providing platform services, e.g., removing a listing) has been submitted for each of these listings by the respective local government via the Province of British Columbia’s Short-term Rental (STR) Data Portal.<br/><br/>
In accordance with s. 18(3) of the <i>Short-Term Rental Accommodations Act</i> and s. 16 (3) of the <i>Short-Term Rental Accommodations Regulation</i>, please cease providing platform services in respect of the attached platform offers within 5 days from the date of receipt of this request.<br/><br/>
Failure to comply with this request could result in enforcement actions or penalties under the <i>Short-Term Rental Accommodations Act</i>.<br/><br/>
For more information on these requests, or local government short-term rental business licences, please contact the local government.<br/><br/>
For more information on the <i>Short-term Rental Accommodations Act</i>, please visit: <a href='https://www2.gov.bc.ca/gov/content/housing-tenancy/short-term-rentals'>New rules for short-term rentals - Province of British Columbia (gov.bc.ca)</a><br/><br/>
This email has been automatically generated. Please do not reply to this email.
";
}
Expand Down
6 changes: 5 additions & 1 deletion server/StrDss.Service/EmailTemplates/NewAccessRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ public override string GetContent()
Subject = "STR Data Portal - New Access Request";

return
$@"New access request has been raised and requires review. {Link}";
$@"Hello,<br/><br/>
A new access request is waiting for you to approve.<br/><br/>
To approve or reject, please visit: {Link}<br/><br/>
Thank you.
";
}
}
}

0 comments on commit 3b01672

Please sign in to comment.