Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ak1132/email-spring-scheduler
An automated email sending application.
https://github.com/ak1132/email-spring-scheduler
hibernate hibernate-framework hibernate-orm hibernate5 hsqldb hsqldb-embedded-database java javamail scheduled-jobs scheduled-tasks scheduling spring spring-scheduling springframework
Last synced: 4 days ago
JSON representation
An automated email sending application.
- Host: GitHub
- URL: https://github.com/ak1132/email-spring-scheduler
- Owner: ak1132
- License: gpl-3.0
- Created: 2017-09-19T18:37:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T03:47:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T18:45:20.317Z (over 1 year ago)
- Topics: hibernate, hibernate-framework, hibernate-orm, hibernate5, hsqldb, hsqldb-embedded-database, java, javamail, scheduled-jobs, scheduled-tasks, scheduling, spring, spring-scheduling, springframework
- Language: Java
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email-Scheduler
An automated message sending application for you friends. Can be tweaked for other email sending purposes.The application makes using of Spring 4 , Hibernate 5 , Spring Scheduler for scheduling the job to run at the destined time and Velocity Template Engine for formatting and Spring Java Mailer for sending emails.
This application can also be used as a spam tool for filling inboxes by tweaking the cronExpression.
So guys, have fun and LET THE CODE BE WITH YOU.
Instructions:
In the HSQLDB folder the hsql.bat file with start the hsqldb server and hsqldb-gui.bat with execute the GUI client for HSQLDB.
You may have to edit the bat files to point it to your m2 repo path.In the code, in beans.xml you may have to add in your email address and password for congifuring your email address through which you will be able to send the auto-gen emails.
Since this is a maven project you will need maven to build it.
I am also in the process of building a web client for this application and also a few more updates. So stay tuned