• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

E-mail interface(very urgent)

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to send e-mails to our clients from java application.
My problem is i have to invoke the netscape messenger from my application. I did that(using mailto:// command). I don't want to use Javamail API,because i have to invoke the Messenger at client side.
I have to transfer the form data to corresponding fields in Netscape messenger(like TO,CC,BCC,SuBJECT,BODY).I am transering data in text format,but i have to send data in html format.
How can i set the Formating data as Text/html in the Netscape Messenger. (Server side we know that using MIME type).
In my case i don't know how to set text/html format.
If any one have experience in this, please let me know.
I will be greatly appeciate.
Thankx in advanch.
Ravi
 
"How many licks ..." - I think all of this dog's research starts with these words. Tasty tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic