Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 11, 2024
1 parent b83b6e1 commit 4ebbc0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public MailService(final @Value("${mailSMTPServer}") String smtpServer
mailSender.setHost(smtpServer);
mailSender.setUsername(smtpUserName);
mailSender.setPassword(smtpUserPassword);
mailSender.setPort(465)
mailSender.setPort(465);
this.sender = sender;
}

Expand Down

0 comments on commit 4ebbc0b

Please sign in to comment.