<?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 Re: HubSpot Email Signature - Outlook in Sales Email</title>
    <link>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246590#M10422</link>
    <description>&lt;P&gt;Thats frustrating. A few more things to try:&lt;BR /&gt;Can you open the image URL directly in an incognito window? Sometimes HubSpot file manager URLs have permission issues that block rendering. Also try stripping the HTML down to just &amp;lt;img src="yoururl" width="40" height="40"&amp;gt; with nothing else, Outlook exports often include extra markup that HubSpot doesnt like.&lt;BR /&gt;What file format is the image? PNG and JPG work best, if its WEBP or SVG try converting it. If you can share the HTML snippet (with sensitive info removed) I can take a look and see if something jumps out.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jan 2026 21:27:31 GMT</pubDate>
    <dc:creator>RubenBurdin</dc:creator>
    <dc:date>2026-01-29T21:27:31Z</dc:date>
    <item>
      <title>HubSpot Email Signature - Outlook</title>
      <link>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246476#M10418</link>
      <description>&lt;P&gt;Hi there, how can we recreate our Outlook signature in HubSpot? I have been putting it into HTML code but for many on our sales team, there is an error and it says the image is too large, even though it has been resized to be a very small file. What are the options to create the signature? We want it to be seamless so that signature looks consistent. How are most people doing this? We only have a tiny element that is like less than 40x40px so I am assuming if we just included a screenshot image of the signature in the HubSpot signature box that would also have issues? Has anyone successfully been able to have a consistent email signature across Outlook and HubSpot? When I have reached out to HubSpot support on this issue they have been unwilling to help since it is "custom HTML?"&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 17:37:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246476#M10418</guid>
      <dc:creator>alexagatiss</dc:creator>
      <dc:date>2026-01-29T17:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot Email Signature - Outlook</title>
      <link>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246587#M10420</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/506574"&gt;@alexagatiss&lt;/a&gt;&amp;nbsp;, This is one of those annoyingly common issues that comes down to how HubSpot handles images in signatures versus how Outlook does it. The "image too large" error usually isnt about file size but about how the image is being referenced in the HTML.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;The most reliable fix I've seen is to host your signature images externally rather than embedding them. Upload the image to HubSpot's file manager (or any public CDN) and then reference it with a full URL in your HTML like &amp;lt;img src="https://yourhostedimage.com/signature.png&amp;nbsp;"&amp;gt;. HubSpot's native signature editor sometimes struggles with base64 encoded images or images copied directly from Outlook. Theres some guidance on setting up signatures here (&lt;A href="https://knowledge.hubspot.com/account-management/add-an-email-signature-in-the-crm" target="_blank" rel="noopener"&gt;https://knowledge.hubspot.com/account-management/add-an-email-signature-in-the-crm&lt;/A&gt; )&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;For the 40x40px element you mentioned, make sure its saved as PNG or JPG under 100kb and hosted externally. Also double check your HTML doesnt have any Outlook specific conditional comments or VML code, those tend to break things in HubSpot. One workaround some teams use is creating the signature fresh in HubSpot's visual editor rather than porting Outlook HTML, then replicating that design back into Outlook. Disclosure: This answer comes from my own experience and was lightly rephrased with AI to improve readability.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Hope you get this sorted!&lt;/P&gt;
&lt;P&gt;&lt;!-- notionvc: f0498b6e-8238-4486-b8f1-b2818be4a282 --&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 21:17:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246587#M10420</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2026-01-29T21:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot Email Signature - Outlook</title>
      <link>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246588#M10421</link>
      <description>&lt;P&gt;Thank you, however the image has already been uploaded to HubSpot's file manager and the HTML code references the URL, but I am still running into this error. Do you have any other suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 21:19:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246588#M10421</guid>
      <dc:creator>alexagatiss</dc:creator>
      <dc:date>2026-01-29T21:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot Email Signature - Outlook</title>
      <link>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246590#M10422</link>
      <description>&lt;P&gt;Thats frustrating. A few more things to try:&lt;BR /&gt;Can you open the image URL directly in an incognito window? Sometimes HubSpot file manager URLs have permission issues that block rendering. Also try stripping the HTML down to just &amp;lt;img src="yoururl" width="40" height="40"&amp;gt; with nothing else, Outlook exports often include extra markup that HubSpot doesnt like.&lt;BR /&gt;What file format is the image? PNG and JPG work best, if its WEBP or SVG try converting it. If you can share the HTML snippet (with sensitive info removed) I can take a look and see if something jumps out.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 21:27:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246590#M10422</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2026-01-29T21:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot Email Signature - Outlook</title>
      <link>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246593#M10423</link>
      <description>&lt;P&gt;Hey there &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/506574"&gt;@alexagatiss&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; thank you for your post!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to share a couple of community threads that have similar issues as yours and can help you give more context:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.hubspot.com/t5/Tickets-Conversations/Email-Signature-This-image-is-too-large-to-display/td-p/1144485" target="_blank"&gt;https://community.hubspot.com/t5/Tickets-Conversations/Email-Signature-This-image-is-too-large-to-display/td-p/1144485&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/Sales-Email/HTML-Email-Signature-in-HubSpot/m-p/1105229" target="_blank"&gt;https://community.hubspot.com/t5/Sales-Email/HTML-Email-Signature-in-HubSpot/m-p/1105229&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also want to tag a few Subject manager experts from our community who can help us out: Hey there &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/827007"&gt;@JTolley&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141"&gt;@TomM2&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/639198"&gt;@Shubham_Sharma&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; I hope you're having a great week! Any ideas you can share with us here?&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Victor&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 21:35:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/HubSpot-Email-Signature-Outlook/m-p/1246593#M10423</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2026-01-29T21:35:20Z</dc:date>
    </item>
  </channel>
</rss>

