F
Frank D. Greco
I have a simple JEditorPane that displays a very simple web page that has an
embedded "mailto:[email protected]"
When the user clicks on this link, I'd like the "usual" thing to happen: the
native email program is invoked to compose an email with the 'To:' line filled
out.
At this point, I don't want to send email directly from my Java app (ie, with
JavaMail). I need to use the native email program, which for my user is MS
Exchange.
I can get the link text when the user clicks on the mailto link, but I'm having
trouble invoking the native email program a la the typical browser.
Any help is appreciated.
Frank
embedded "mailto:[email protected]"
When the user clicks on this link, I'd like the "usual" thing to happen: the
native email program is invoked to compose an email with the 'To:' line filled
out.
At this point, I don't want to send email directly from my Java app (ie, with
JavaMail). I need to use the native email program, which for my user is MS
Exchange.
I can get the link text when the user clicks on the mailto link, but I'm having
trouble invoking the native email program a la the typical browser.
Any help is appreciated.
Frank