Update formatting

This commit is contained in:
2020-03-05 10:40:09 -05:00
parent 1c06fbbc32
commit 5ac9291518
+3 -2
View File
@@ -240,8 +240,9 @@ namespace LeafWeb.WebCms.Services
var verifyEmailURl = _urlService.GetVerifyEmailUrl(member);
var body =
"Welcome to LeafWeb!" + Environment.NewLine + Environment.NewLine +
"Please verify your email address with this link " + verifyEmailURl + Environment.NewLine +
"Read more information about LeafWeb on the site here: https://leafweb.org/information/about/";
"Please verify your email address with this link: " + verifyEmailURl + Environment.NewLine + Environment.NewLine +
"Read more information about LeafWeb on the site here: https://leafweb.org/information/about/" + Environment.NewLine + Environment.NewLine +
"Thank you!";
using (var message =
new MailMessage(