Update formatting
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user