Spring cannot inject Bean in class that implements Quartz Job

I am trying to send an email from a class that implements Quartz Job, in order to do that I have to @Autowire the IEmailService inside the class. Here is the method I use to create a Quartz Job: @