I got the following problem when trying to run my application. Have debugged everything and still nothing.
The IDE is finding the bean without any issue so I\'m very con
Have you tried to declare your bean returning the interface implemented? Something like this:
@Bean public JavaMailSender mailSender() {