Skip to content

Commit

Permalink
Temporary Email change - tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
leighghunt committed Nov 11, 2024
1 parent 94c7b71 commit 333e201
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ await _emailSender.SendEmailAsync(
"Confirm your email",
$"Welcome to EnviroEyes™ by Zealandia!<br><br>"
+"To activate your account and start exploring EnviroEyes™, please confirm your account by clicking here:<br><br>"
+"<a href='{HtmlEncoder.Default.Encode(callbackUrl)}'>Confirm My Account</a>.<br><br>"
+$"<a href='{HtmlEncoder.Default.Encode(callbackUrl)}'>Confirm My Account</a>.<br><br>"
+"Once your account is confirmed, you'll gain access to your organisation's EnviroEyes™ deployments. If you have any questions, our team is here to assist.<br><br>"
+"Thank you for joining us in advancing environmental monitoring with EnviroEyes™!<br><br>"
+"Best regards,<br>"
Expand Down Expand Up @@ -172,7 +172,7 @@ await _emailSender.SendEmailAsync(
"Confirm your email",
$"Welcome to EnviroEyes™ by Zealandia!<br><br>"
+"To activate your account and start exploring EnviroEyes™, please confirm your account by clicking here:<br><br>"
+"<a href='{HtmlEncoder.Default.Encode(callbackUrl)}'>Confirm My Account</a>.<br><br>"
+$"<a href='{HtmlEncoder.Default.Encode(callbackUrl)}'>Confirm My Account</a>.<br><br>"
+"Once your account is confirmed, you'll gain access to your organisation's EnviroEyes™ deployments. If you have any questions, our team is here to assist.<br><br>"
+"Thank you for joining us in advancing environmental monitoring with EnviroEyes™!<br><br>"
+"Best regards,<br>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public async Task<IActionResult> OnPostAsync(string returnUrl = null)
await _emailSender.SendEmailAsync(Input.Email, "Confirm your email",
$"Welcome to EnviroEyes™ by Zealandia!<br><br>"
+"To activate your account and start exploring EnviroEyes™, please confirm your account by clicking here:<br><br>"
+"<a href='{HtmlEncoder.Default.Encode(callbackUrl)}'>Confirm My Account</a>.<br><br>"
+$"<a href='{HtmlEncoder.Default.Encode(callbackUrl)}'>Confirm My Account</a>.<br><br>"
+"Once your account is confirmed, you'll gain access to your organisation's EnviroEyes™ deployments. If you have any questions, our team is here to assist.<br><br>"
+"Thank you for joining us in advancing environmental monitoring with EnviroEyes™!<br><br>"
+"Best regards,<br>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ await _emailSender.SendEmailAsync(
"Confirm your email",
$"Welcome to EnviroEyes™ by Zealandia!<br><br>"
+"To activate your account and start exploring EnviroEyes™, please confirm your account by clicking here:<br><br>"
+"<a href='{HtmlEncoder.Default.Encode(callbackUrl)}'>Confirm My Account</a>.<br><br>"
+$"<a href='{HtmlEncoder.Default.Encode(callbackUrl)}'>Confirm My Account</a>.<br><br>"
+"Once your account is confirmed, you'll gain access to your organisation's EnviroEyes™ deployments. If you have any questions, our team is here to assist.<br><br>"
+"Thank you for joining us in advancing environmental monitoring with EnviroEyes™!<br><br>"
+"Best regards,<br>"
Expand Down

0 comments on commit 333e201

Please sign in to comment.