Re: Sending automated emails using JavaMail
Posted By:
John_Zukowski
Posted On:
Wednesday, March 6, 2002 08:22 AM
The timing has to be controlled outside the scope of the JavaMail application. Consider setting up a service on your web server or using something like a cron job if you are using a Unix box.
Re: Sending automated emails using JavaMail
Posted By:
julien_cool
Posted On:
Tuesday, March 5, 2002 12:56 AM
if you use unix you can use your user crontab to schedule task!!