Skip to content

Commit

Permalink
Pull request #172: feat: change email sender for [email protected]
Browse files Browse the repository at this point in the history
Merge in TELIMA/karnak from update_prod_from_cert to master

* commit '01c676e8c9511d79da270ac1eb1820e9fe97ca2f':
  feat: change email sender for [email protected]
  • Loading branch information
jdcshug committed Jan 19, 2023
2 parents dc4f38a + 01c676e commit 13fa316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</licenses>

<!-- Version -->
<version>1.0.53</version>
<version>1.0.54</version>

<!-- Packaging -->
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Notification {

public static final String DEFAULT_INTERVAL = "45";

public static final String MAIL_SMTP_SENDER = "[email protected]";
public static final String MAIL_SMTP_SENDER = "[email protected]";

// Thymeleaf
public static final String CONTEXT_THYMELEAF = "notif";
Expand Down

0 comments on commit 13fa316

Please sign in to comment.