Forum Moderators: open
href="mailto:whoever@whereever.com?subject=Typemysubjecthere?&body=Body of email document">Send email</a>
But the text has no paragraph. I need to put some 5 lines of text but I need an "enter" or retrun of carriage at the end of each phrase... is it possible to format those using mailto?
I want my text like this:
First line
Second line
instead
First line Second line
Any clues?
<a href="mailto:whoever@whereever.com?body=Body%20of%0Demail">send email</a>
There is no way to guarantee the mail client will understand the value (and in fact, I don't believe mailto: is an official protocol), but it did work for me in Outlook and Eudora.