Facing probelm in java mail API at the sending a html mail
srikanth savannagari
Greenhorn
Joined: Mar 22, 2011
Posts: 15
posted
0
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
posted
0
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.