List/Grid Tag Archives: JavaMail

Sending emails with Java
I start writing this post as a simple “how to send an email” using Java, but later I found I need to briefly explain more things. So, here is this kind of all in one summary about ...

Spring, Quartz and JavaMail Integration Tutorial
Quartz is a job scheduling framework which is used to schedule the jobs to be executed on the specified time schedule.JavaMail is an API to send/recieve emails from Java Applications. Spring ...


