• 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

Java Mail

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got some list of documents in my application. My requirement is, I need to select some documents and whenever I hit the submit button from my outlook new mail window must be open and the selected documents should be send as attachments.
I don't know how to do this. how can I trigger outlook from my java program?
Can somebody help me out?
Thanks in advance.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why do you want to include Outlook in this process? Its just an MTA - it would be easier to bypass it and just send messages to an SMTP server. In which case I'd go and look at the JavaMail tutorial on the Sun site.

(BTW this is nothing to do with servlets, so you'd be better posting it in the Other API forum where JavaMail questions normally go)
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am going to move this thread to the more appropriate forum. Other Java APIs.

Paul, thanks for pointing that out.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic