Skip to content

Commit

Permalink
Deactivate mailer debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 11, 2024
1 parent 74fc96b commit d0b6b5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public MailService(final @Value("${mailSMTPServer}") String smtpServer
Properties props = new Properties();
props.put("mail.smtp.auth", true);
props.put("mail.smtp.ssl.enable", true);
props.put("mail.debug", "true");

mailSender.setJavaMailProperties(props);
mailSender.setHost(smtpServer);
Expand Down

0 comments on commit d0b6b5d

Please sign in to comment.