I have email config class like this.
@Configuration public class EmailConfiguration { @Autowired private ConfigService configService; @Bean