I have an application which displays a list of users , When clicking on the email button I want the email client to open up with a prepopulated message ( I make the message using javascript) , I am not sure about how to prepopulate the message
Any help would be appreciated
I would post snippets , but honestly I dnt know how to start with this
URI encode the text and then append it to a
mailto:URL:More generally, you can use:
bodyparameters will put each on a new line)with an ampersand (&) between each pair.