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

Helpfixmypc.com

How to add a pre-filled subject 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 "subject=" 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.

?subject=Hello%20Joseph

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

 

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