@using DysonNetwork.Pass.Mailer @using DysonNetwork.Shared.Localization @using RazorLight @inherits TemplatePage @{ Layout = "_Layout"; var localizer = LocalizationServiceLocator.Service; var name = localizer?.Get("usernameFormat", args: new { name = Model.Name }) ?? $"Dear {Model.Name}"; var accountDeletionBody = localizer?.Get("accountDeletionBody") ?? "We've received a request to delete your Solar Network account. We're sorry to see you go. To confirm your account deletion, please click the button below. Please note that this action is permanent and cannot be undone."; var accountDeletionButton = localizer?.Get("accountDeletionButton") ?? "Confirm Account Deletion"; var accountDeletionHint = localizer?.Get("accountDeletionHint") ?? "If you did not request to delete your account, please ignore this email or contact our support team immediately."; }
Account Deletion Confirmation
Solar Network Logo

@name

@accountDeletionBody

Thanks,
Solar Network Team

@accountDeletionHint

© 2025 Solsynth LLC. All rights reserved.