From 5ac92915184e2035f7f2e05f3647f6090cb11b0d Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Thu, 5 Mar 2020 10:40:09 -0500 Subject: [PATCH] Update formatting --- WebCms/Services/EmailNotificationService.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WebCms/Services/EmailNotificationService.cs b/WebCms/Services/EmailNotificationService.cs index cbb5eef..dfbbac5 100644 --- a/WebCms/Services/EmailNotificationService.cs +++ b/WebCms/Services/EmailNotificationService.cs @@ -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(