Mailto from application
I have a html document in my applicaion that has email addresses specified (e.g mailto:whoever@whereever.com). Does anyone know a way to launch the user's default mail client from an application not using JavaMail so that the user can send an email (i.e. the user selected email address appears in the 'mail to' field)?
The solution would have to be platform dependent, of course, because not all platforms have the concept of "default mail client". And if my "default mail client" is an Internet mail service like hotmail.com, your program would have no way of finding that out.
Hi,
I used the JavaMail API in a feedback form usnig JSP.
All went well,but it has been discovered that if french accents (characters) are used in
the form weget an error message:
"This message uses a character set that is not supported by the Internet Service. To
view the original message content, open the attached message. If the text doesn't
display correctly, save the attachment to disk, and then open it using a viewer that
can display the original character set."
Does something extra have to be added the the Javamail or is it a server end problem.
Any ideas?
Thanks
Also
When you do that on my system, it runs Outlook Express, which is pointless because I don't have it configured to do e-mail. Might work for somebody else, though, but you might want to have the program ask first.