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>