How to create a hyperlink that will open a new pre-populated email

Most of the time when you click on a link in a web page, you go to another web page. But occasionally, the link opens a new email pre-populated with an address (and often a subject line and text in the body of the email). Would you like to know how to make those types of links? Read on…

Using whatever software you’re in (Outlook, Word, Excel, etc.), find the option to insert a hyperlink in the document.

Use code below changing text in red (%20 will be expressed as a space):
mailto:insert email address&subject=insert subject line&body=insert body text

email-hyperlink-20170103-1

Example:
mailto:jeneen@domain.com&subject=Question%20about%20PIR&body=I%20have%20a%20question%20about%20the%20PIR.%20http://<domain.com>/sites/<folder>/Home.aspx
Result:

email-hyperlink-20170103-2

External Resource: http://www.echoecho.com/htmllinks11.htm

4 Comments

  1. Hi,
    When I tried to use this instead of creating a different subject and body line all of the text was just entered into the area for the email address.

    Like

    1. They forgot some important additions. Use the updated formula I found here:
      mailto:community@forumsatwork.com? (note the question mark at the end)
      bcc=eventsteam@yourcompany.com& (note the ampersand at the end – this allows the addition of another field, in this case, the subject)
      subject=Excited%20to%20meet%20at%20the%20event!& (note the “%20” – this designates a space between the words – and the ampersand at the end)
      body=Hi%20Miranda,

      Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s