Introduction
  • Getting started with Quartz and Spring Boot
  • Configuring Quartz, MySQL and Mail Properties
  • Connecting MySQL Database and Creating Quartz Tables
  • Implementing EmailRequest and EmailResponse
  • Implementing JobDetail and Trigger
  • Implementing Email Scheduler Controller
  • Implementing Email Job
  • Implementing sendMail() functionality
  • Testing application using Postman (Final Part)