Emailing service which fetches email data from a database and sends those emails over an SMTP server.
- Javamail API
- Java Activation framework
- MySql Server
- Mysql connector for java
Execute src/emailqueue_package/Emailqueue.java
I am using gmail SMTP server in my program. So you will need to provide a valid gmail userid/password
for authentification to send mails.