forked from OPCFoundation/UA-CloudLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ await _emailSender.SendEmailAsync(Input.Email, "CESMII | Cloud Library | New Acc | |
sbBody2.AppendLine("<p>The CESMII UA Cloud Library is hosted by <a href='https://www.cesmii.org/'>CESMII</a>, the Clean Energy Smart Manufacturing Institute! This Cloud Library contains curated node sets created by CESMII or its members, as well as node sets from the <a href='https://uacloudlibrary.opcfoundation.org/'>OPC Foundation Cloud Library</a>.</p>"); | ||
sbBody2.AppendLine("<p>Sincerely,<br />CESMII DevOps Team</p>"); | ||
//await _emailSender.SendEmailAsync("[email protected]", "CESMII | Cloud Library | New Account Sign Up",sbBody2.ToString()); | ||
await _emailSender.SendEmailAsync("[email protected]", "CESMII | Cloud Library | New Account Sign Up",sbBody2.ToString()); | ||
await _emailSender.SendEmailAsync("[email protected]", "CESMII | Cloud Library | New Account Sign Up",sbBody2.ToString()); | ||
|
||
if (_userManager.Options.SignIn.RequireConfirmedAccount) | ||
{ | ||
|