We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fa519 commit 78903e4Copy full SHA for 78903e4
src/Core/Platform/Mail/HandlebarsMailService.cs
@@ -87,7 +87,7 @@ public async Task SendRegistrationVerificationEmailAsync(string email, string to
87
Email = WebUtility.UrlEncode(email),
88
WebVaultUrl = _globalSettings.BaseServiceUri.Vault,
89
SiteName = _globalSettings.SiteName,
90
- FromMarketing = fromMarketing,
+ FromMarketing = WebUtility.UrlEncode(fromMarketing),
91
};
92
await AddMessageContentAsync(message, "Auth.RegistrationVerifyEmail", model);
93
message.MetaData.Add("SendGridBypassListManagement", true);
0 commit comments