I am looking for assistance using the SendMailJob class in Quartz scheduler. I've been unable to find any useful documentation and have not been able to figure out the 'right' way to implement it for sending bulk mails on demand from a web app (such that the process isn't dependent on the servlet continuing to exist throughout the lifecycle of the email job)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This class provides very basic options to send mails. You should better rewrite your own class that will be much more integrated with your application. The Any way, if you want to use it, you must populate the following parameters in the JobData map in order to send a mail. If you need more details, take a look in the source code of this class.
|
|||||
|