@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 regConfirmBody = localizer?.Get("regConfirmBody") ?? "We're happy to have you joining our community! Please confirm your registration in order to activate your account to unlock all the features available."; var regConfirmButton = localizer?.Get("regConfirmButton") ?? "Confirm Registration"; var alternativeLinkHint = localizer?.Get("alternativeLinkHint") ?? "If you're having trouble clicking the button, copy and paste the following URL into your web browser:"; }
Welcome to the Solar Network!
Solar Network Logo

@name

@regConfirmBody

Thanks,
Solar Network Team

@alternativeLinkHint @Model.Link

© 2025 Solsynth LLC. All rights reserved.