Hi,
I have a requirement in my project, I need to run a check every day on a database and send a report of that database to a certain group of people. Now my problem is how to send an email using the JSP and servlet. I just need to send a plain text mail and i have the list of ppl and the subject and body to be sent.
Please suggest the simplest solution for this. along with the code. I googled and found that there are two approaches one is SMTP client and another Java mail. Which is used for which and what are the requirements for each?
If necessary I can setup a SMTP host here in my organization and a dedicated ID for the same purpose.
Do send the code...
Please let me know on this..
I have a requirement in my project, I need to run a check every day on a database and send a report of that database to a certain group of people. Now my problem is how to send an email using the JSP and servlet. I just need to send a plain text mail and i have the list of ppl and the subject and body to be sent.
Please suggest the simplest solution for this. along with the code. I googled and found that there are two approaches one is SMTP client and another Java mail. Which is used for which and what are the requirements for each?
If necessary I can setup a SMTP host here in my organization and a dedicated ID for the same purpose.
Do send the code...
Please let me know on this..