@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 contactVerificationBody = localizer?.Get("contactVerificationBody") ?? "Thank you for updating your contact method on the Solar Network. To ensure your account security, we need to verify this change. Please click the button below to verify your contact method:"; var contactVerificationButton = localizer?.Get("contactVerificationButton") ?? "Verify"; var contactVerificationHint = localizer?.Get("contactVerificationHint") ?? "If you didn't request this change, please contact our support team immediately."; }
Verify Contact Method
Solar Network Logo

@name

@contactVerificationBody

Thanks,
Solar Network Team

@contactVerificationHint

© 2025 Solsynth LLC. All rights reserved.