Skip to content

Commit

Permalink
MailUtils: Deleted the footer of the email because it was duplicated …
Browse files Browse the repository at this point in the history
…#TASK-464
  • Loading branch information
juanfeSanahuja committed May 14, 2024
1 parent 202e60f commit 83c7d25
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ public static String getEmailContent(String userId, String temporaryPassword) {
sb.append("If you did not request a password reset, please contact our support team immediately at [email protected].\n\n");
sb.append("Best regards,\n\n");
sb.append("ZettaGenomics Support Team \n\n");
sb.append("*This email and any attachments are confidential and may contain privileged information " +
"intended solely for the use of the individual or entity to whom they are addressed. " +
"If you have received this email in error, please notify the sender immediately and delete the email" +
" and any attachments from your system. Any unauthorized use, disclosure, distribution, " +
"or copying of this email or its attachments is strictly prohibited.*");



return sb.toString();
Expand Down

0 comments on commit 83c7d25

Please sign in to comment.