line feed in MAILTO:

P

Patrick

Hi freinds,
As we know, if we use <a
href="mailto:p[email protected]?subject=sebject&amp;body=body">mailme
</a>
then clientside outlook awill be opend and send email based on address,
subject and body.
My question is : HOw can I use line break in bodu part? I need to have 2-3
lines in body section!

Thanks in advance,
Pat
 
P

Patrick Reed [MVP - Outlook]

Use %0D%0A to code line breaks and %20 for spaces.

The url would look something like this:

mailto:p[email protected]?Subject=Your%20subject%20text&amp;Body=Your%20body%20text%0D%0Awith%20a%20line%20break
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top