Skip to content

Commit

Permalink
Merge pull request #701 from akto-api-security/feature/remove_ankita_…
Browse files Browse the repository at this point in the history
…email

Feature/remove ankita email
  • Loading branch information
ankush-jain-akto authored May 15, 2023
2 parents 23d16b8 + 534cb7c commit f06420c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static Mail buildInvitationEmail (

Email fromEmail = new Email();
fromEmail.setName("Ankita");
fromEmail.setEmail("[email protected]");
fromEmail.setEmail("ankita.gupta@akto.io");
mail.setFrom(fromEmail);

//mail.setSubject("Welcome to Akto");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static Mail buildWeeklyEmail (

Email fromEmail = new Email();
fromEmail.setName("Ankita");
fromEmail.setEmail("[email protected]");
fromEmail.setEmail("ankita.gupta@akto.io");
mail.setFrom(fromEmail);

//mail.setSubject("Welcome to Akto");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static Mail buildWelcomeEmail (

Email fromEmail = new Email();
fromEmail.setName("Ankita");
fromEmail.setEmail("[email protected]");
fromEmail.setEmail("ankita.gupta@akto.io");
mail.setFrom(fromEmail);

//mail.setSubject("Welcome to Akto");
Expand Down

0 comments on commit f06420c

Please sign in to comment.