aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Facing probelm in java mail API at the sending a html mail Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Facing probelm in java mail API at the sending a html mail" Watch "Facing probelm in java mail API at the sending a html mail" New topic
Author

Facing probelm in java mail API at the sending a html mail

srikanth savannagari
Greenhorn

Joined: Mar 22, 2011
Posts: 15
Hi all,

According to my requirement i have to send html email containing dropdown using java mailapi

I am able to send html email containing dropdown the probelm here i am facing is at the time of

user replying to that mail that dropdown is displaying in plain text can anybody suggest solution for

my probelm
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
HTML works for formatting mails (although many people severely dislike HTML mails), but I'm not sure you can (or should) take it as far using it for forms. You're better off putting a link into the mail that takes the user to a server where the form page is hosted.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Facing probelm in java mail API at the sending a html mail
 
Similar Threads
How to increase speed of mail process
How to send a Picture in Email
sending email using JavaMail
Want to include html in my email message...
How to parse the content(mail body) of email using java mail API