Help needed from manojpj regarding sending automatic emails

HI manojpj,

I saw your post in this forum regarding sending automatic emails.

In my project also i want to send automatic emails and also want to retrieve emails automatically.

i did retrieving and sending emails with user interaction.But i want to do automatically.In your post you told that your having code for sending automatic emails.

can u please send me that code?

Thanx a lot

[420 byte] By [parvathya] at [2007-10-3 1:17:19]
# 1

Dont hold your breath, there is a thread with hundreds of people asking for such code and no-one ever posted it.

The easiest way is to use a cron job

If you want to use Java instead of cron have a look at

http://www.opensymphony.com/quartz/wikidocs/FAQ.html

Its a java based job scheduler, you can use this to shedule your mails, or, as its open source, you can just take the code you need and add it to your esisting mailing code.

angrycata at 2007-7-14 18:14:31 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...