• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

pls suggest on mailing system in struts

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi In my struts web application, we should we able to send a mail to the user on clicking the name displayed. The default mail application should be opened with the compose window open.
How can this be achieved? Pls suggest on some good resources and which apis should be used. Thanks in advance.
 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Deepti

I think we have to use MDB or JMS I dont know exacly...for more stuff u can go to http://theserverside.com where u can get some help as well as free pdfs on struts that may help you.

[" if we call C&C++ as SEA I call JAVA as Ocean"]
I love JAVA, and its my first wife.
[ March 14, 2006: Message edited by: amit bhadre ]
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds like you want to use the standard anchor tag with a mailto URL. Something like the following (replace [ and ] with < and >

[a href="mailto:user@isp.net"]Send me a Message</a>

- Brent
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic