I am writing a large Java Application in which I would like to include a "Send Email" button.
All it does is open a mailto
url with the appropriate headers.
The only difficulty I am having is parsing the input strings so that they are formatted appropriately, for example:
mailto:someone@somewhere.net?subject=This is the subject
needs to become
mailto:someone@somewhere.net?subject=This%20is%20the%20subject