How to add a pre-filled body to an email link in HTML

Helpfixmypc.com

How to add a pre-filled body to an email link in HTML

Example

Basic link is as follows:

<a href="mailto:email@some-address.com">Text For Link Here</a>

To add a pre-filled subject to an email client simply use the "body=" option in the "mailto:" tag, please note space characters must be added with the "%20" option and "?" to attach the html. Please see the basic enhancement page for furthure info.

?body=I%20need%20five%20widgets%20by%tommorow

here is how it would look in your html code:
<a href="mailto:email@some-address.com?body=I%20need%20five%20widgets%20by%tommorow">Text For Link Here</a> . In this example when outlook pops up the email will have a pre-filled body line of "I need five widgets by tommorow".

To add a pre-filled Subject line go to the subject line page.

 

Enhanced tags can be added and shown and demonstrated on main page.

 

 


Can't find an Answer Use Google below to search furthure.

Helpfixmypc.com Home