Hello,
This is pradeep.can any one tell me how can i send an pdf file to a single or multiple persons everyday by using which java api's we can do this task.
And what are the steps wll take for finish this task.
Regards,
Pradeep
Printable View
Hello,
This is pradeep.can any one tell me how can i send an pdf file to a single or multiple persons everyday by using which java api's we can do this task.
And what are the steps wll take for finish this task.
Regards,
Pradeep
Hello pradeepptp. Welcome to the Java Programming Forums :D
Take a look at the Java Mail API:
JavaMail API
There are some examples within the .zip which show you how to use attachments.
You could setup a cron job to execute your Java application each day.