We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a86d08 commit ccdc633Copy full SHA for ccdc633
src/main/java/com/example/tasklist/config/MailConfig.java
@@ -21,7 +21,6 @@ public JavaMailSender mailSender() {
21
mailSender.setUsername(mailProperties.getUsername());
22
mailSender.setPassword(mailProperties.getPassword());
23
mailSender.setJavaMailProperties(mailProperties.getProperties());
24
- mailSender.getJavaMailProperties();
25
return mailSender;
26
}
27
0 commit comments