4
0
mirror of https://github.com/1f349/tulip.git synced 2025-02-24 15:25:00 +00:00
tulip/mail/templates/mail-account-delete.go.html

11 lines
381 B
HTML

<!DOCTYPE html>
<html lang="en">
<body>
<p>Hello, {{.Name}}</p>
<p>Your account with {{.ServiceName}} has been disabled and marked for deletion.</p>
<p>Your account will be fully deleted within 48-hours.</p>
<p>You will no longer receive emails from {{.ServiceName}}, unless your email address is used to set up an account.</p>
<p>Regards,<br/>{{.ServiceName}}</p>
</body>
</html>