Update formatting
This commit is contained in:
@@ -240,8 +240,9 @@ namespace LeafWeb.WebCms.Services
|
|||||||
var verifyEmailURl = _urlService.GetVerifyEmailUrl(member);
|
var verifyEmailURl = _urlService.GetVerifyEmailUrl(member);
|
||||||
var body =
|
var body =
|
||||||
"Welcome to LeafWeb!" + Environment.NewLine + Environment.NewLine +
|
"Welcome to LeafWeb!" + Environment.NewLine + Environment.NewLine +
|
||||||
"Please verify your email address with this link " + verifyEmailURl + Environment.NewLine +
|
"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/";
|
"Read more information about LeafWeb on the site here: https://leafweb.org/information/about/" + Environment.NewLine + Environment.NewLine +
|
||||||
|
"Thank you!";
|
||||||
|
|
||||||
using (var message =
|
using (var message =
|
||||||
new MailMessage(
|
new MailMessage(
|
||||||
|
|||||||
Reference in New Issue
Block a user