Skip to content

Commit

Permalink
Merge pull request #46 from cesmii/cesmii/feature/branding-cherrypick
Browse files Browse the repository at this point in the history
updating email of cc notify
bypassing review step - discussed specific change with team at DSU.
  • Loading branch information
scoxen1 authored Aug 22, 2023
2 parents 5f2f39d + dc262c2 commit 75833ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 75833ee

Please sign in to comment.