-
how to send email periodically using java!
Hi All,
I would like to know the code that would send the email to users periodically(eg.,every month end of the day).
Please let me know the ways that can be done using java(and oracle).
Thanks,
-Jee
-
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
You need the JavaMail API, which is part of the Java EE package. You can download the whole Java EE suite, but the only jar files you need are mail.jar and activation.jar. This may be helpful:
http://docs.sun.com/source/819-0079/dgmail.html
-
Handy link - thank you Dr. Xi!
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
Hi,
Thanks for the information provided by you all, it seems to send a mail when we call the postmail().
I need to send the email every month [starting or ending], is it possible.
Please provide your information to achieve this goal.
Thanks in advance,
-Jee
-
It sounds like you would want the program set up as a service, and run as a scheduled task from a file server. Is that something doable in your environment?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
Yes Hack,
I would like to have a class to send email on end of the day every month.
It has to trigger on that day.
Thanks,
-Jee
Similar Threads
-
By yasinirshad in forum ASP.NET
Replies: 2
Last Post: 08-10-2007, 03:12 AM
-
By helme_syahiemie in forum VB Classic
Replies: 1
Last Post: 10-06-2006, 06:17 PM
-
By kenn_rosie in forum .NET
Replies: 1
Last Post: 02-22-2006, 08:46 PM
-
By Ed Teune in forum Enterprise
Replies: 0
Last Post: 05-15-2002, 05:26 PM
-
By Brent in forum oracle.general
Replies: 0
Last Post: 02-19-2002, 12:45 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks