I have developed website on careers where i have a facility to send mail to employees when employer post job But, i want that Weekly or monthly (at members choice) the mail should be sent according to available jobs then how can i achieve this. please reply soon thanks
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
posted
0
"zharesh", The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements. Thanks.
Hi i think u can have a scheduler program and run it daily once and check for your business logics and pick up the mailid's from the place where u stored it and send mails thro' whatever way u want, u can sen even using javamail api,