ente/server/mail-templates/on_link_joined.html
2025-01-07 11:45:46 +05:30

10 lines
281 B
HTML

{{define "content"}}
<p>Hello,</p>
<p> {{.OtherUserEmail}} has joined your album via a public link. </p>
<p>You can revoke access or change permissions for {{.OtherUserEmail}} from the Ente app. </p>
<p> For any assistance or questions, please reply to this email. </p>
{{end}}