I'm creating a small program whose task is to send email to multiple users(broadcast) at a specific time.
I read some documentation and learnt that I have to use the JavaMail API in order to send emails.
Still, I have a lot of doubts.
The concept I have in mind is to create this small user interface where the user writes down the email content, selects the contacts from a stored private database and finally sends everything to a Servlet which should do the whole job.
Here are my issues:
This question is way too general and open ended, but here are some answers to get you started on the research you'll need to do.
Good luck!