Skip to content

Commit

Permalink
Remove SMTPS again
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 11, 2024
1 parent 8721ead commit 129df34
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public MailService(final @Value("${mailSMTPServer}") String smtpServer
mailSender.setHost(smtpServer);
mailSender.setUsername(smtpUserName);
mailSender.setPassword(smtpUserPassword);
mailSender.setProtocol("smtps");
mailSender.setPort(465);
this.sender = sender;
}

Expand Down

0 comments on commit 129df34

Please sign in to comment.