<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic mailto email link in Email Deliverability</title>
    <link>https://community.hubspot.com/t5/Email-Deliverability/mailto-email-link/m-p/798603#M2187</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am setting up a mailto link in the monthly newlsetter we send out to customers. Is it possible for the email to be directed to that contact's account owner? or can the mailto only go to one email address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 19:58:27 GMT</pubDate>
    <dc:creator>adesko</dc:creator>
    <dc:date>2023-05-24T19:58:27Z</dc:date>
    <item>
      <title>mailto email link</title>
      <link>https://community.hubspot.com/t5/Email-Deliverability/mailto-email-link/m-p/798603#M2187</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am setting up a mailto link in the monthly newlsetter we send out to customers. Is it possible for the email to be directed to that contact's account owner? or can the mailto only go to one email address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 19:58:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Email-Deliverability/mailto-email-link/m-p/798603#M2187</guid>
      <dc:creator>adesko</dc:creator>
      <dc:date>2023-05-24T19:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: mailto email link</title>
      <link>https://community.hubspot.com/t5/Email-Deliverability/mailto-email-link/m-p/798613#M2188</link>
      <description>&lt;P&gt;Yes. Just go into code view and insert the personalization token there of the contact owner's email address.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 20:19:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Email-Deliverability/mailto-email-link/m-p/798613#M2188</guid>
      <dc:creator>Ben_M</dc:creator>
      <dc:date>2023-05-24T20:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: mailto email link</title>
      <link>https://community.hubspot.com/t5/Email-Deliverability/mailto-email-link/m-p/798729#M2189</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/516837"&gt;@adesko&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, this is possible. Your mailto link should look something like this without a specified recipient:&lt;/P&gt;
&lt;DIV class="mailto-text"&gt;&lt;BR /&gt;
&lt;DIV class="mailto-text lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;mailto:&lt;/STRONG&gt;&lt;SPAN class="recipientOutput"&gt;rickastley@gmail.com&lt;/SPAN&gt;&lt;SPAN class="label dib"&gt;?subject=&lt;/SPAN&gt;&lt;SPAN class="subjectOutput"&gt;Never%20going%20to%20give%20you%20up&lt;/SPAN&gt;&lt;SPAN class="label dib"&gt;&amp;amp;body=&lt;/SPAN&gt;&lt;SPAN class="bodyOutput"&gt;Never%20going%20to%20let%20you%20down&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&lt;SPAN class="bodyOutput"&gt;The HubSpot syntax for the personalization token of the contact owner's email looks like this:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mailto-text lia-indent-padding-left-30px"&gt;&lt;SPAN class="bodyOutput"&gt;{{ contact.hubspot_owner_id.email }}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&lt;SPAN class="bodyOutput"&gt;In the mailto link, simply replace the email part with this snippet:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;
&lt;DIV class="mailto-text lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;mailto:&lt;/STRONG&gt;&lt;SPAN class="label dib"&gt;&lt;SPAN class="bodyOutput"&gt;{{ contact.hubspot_owner_id.email }}&lt;/SPAN&gt;?subject=&lt;/SPAN&gt;&lt;SPAN class="subjectOutput"&gt;Never%20going%20to%20give%20you%20up&lt;/SPAN&gt;&lt;SPAN class="label dib"&gt;&amp;amp;body=&lt;/SPAN&gt;&lt;SPAN class="bodyOutput"&gt;Never%20going%20to%20let%20you%20down&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&lt;SPAN class="bodyOutput"&gt;Depending on where you want to use this, the UI might also allow you to add a personalization token via the &lt;EM&gt;Personalize&lt;/EM&gt; menu point.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&lt;SPAN class="bodyOutput"&gt;In any case, make sure to preview and test the email for a few contacts to see if it's working as expected. Also make sure that all recipients have a contact owner / set a global default value.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mailto-text"&gt;&lt;SPAN class="bodyOutput"&gt;Best regards!&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 May 2023 04:40:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Email-Deliverability/mailto-email-link/m-p/798729#M2189</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2023-05-25T04:40:46Z</dc:date>
    </item>
  </channel>
</rss>

