Hi !
I have used Javamail API for sending mails. Was just wondering if Javamail is the best solution for writing newsletters?
What would be the best model for writing newsletters using EJBs?
Thanks,
Sneha
-
Is Javamail the best solution for writing Newsletters? (3 messages)
- Posted by: sneha sharma
- Posted on: October 03 2000 12:30 EDT
Threaded Messages (3)
- Is Javamail the best solution for writing Newsletters? by rama mohan sadhu on October 03 2000 15:32 EDT
- Is Javamail the best solution for writing Newsletters? by Trond Arve Wasskog on October 04 2000 09:19 EDT
- Is Javamail the best solution for writing Newsletters? by sreedhar mallepaddi on October 03 2000 19:25 EDT
-
Is Javamail the best solution for writing Newsletters?[ Go to top ]
- Posted by: rama mohan sadhu
- Posted on: October 03 2000 15:32 EDT
- in response to sneha sharma
its better solution to use JMS(Java Messaging Service)for newsletters using EJB ,JSP,Servlets -
Is Javamail the best solution for writing Newsletters?[ Go to top ]
- Posted by: Trond Arve Wasskog
- Posted on: October 04 2000 09:19 EDT
- in response to rama mohan sadhu
Why is JMS a better solution that JavaMail. Do you connect directly to an SMTP server by JMS, or do you connect to a JavaMail service? -
Is Javamail the best solution for writing Newsletters?[ Go to top ]
- Posted by: sreedhar mallepaddi
- Posted on: October 03 2000 19:25 EDT
- in response to sneha sharma
JMS is the best solution for u. it is flexible for both push and pull contents