Skip to content

Commit

Permalink
Do not use TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 11, 2024
1 parent c2d00fd commit 8c8ac4b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public MailService(final @Value("${mailSMTPServer}") String smtpServer
Properties props = new Properties();
props.put("mail.smtp.auth", true);
props.put("mail.transport.protocol","smtp");
props.put("mail.smtp.tls", "true");

props.put("mail.debug", "true");

mailSender.setJavaMailProperties(props);
Expand Down

0 comments on commit 8c8ac4b

Please sign in to comment.