An email with inline images or even standalone images isn’t just more interesting to the eye – it can help you capture your prospect’s attention and move them down your sales funnel.
Embedding images in an email takes planning and some methods require more technical skills than others. Choosing a suitable image format will determine if it displays correctly in your prospect’s inbox.
In this article, you’ll learn how embedding images in emails can boost your prospecting efforts and help you close more deals.
Key takeaways from embedded images in email
Embedded images display automatically in email bodies, while attachments preserve their original file formats for saving or printing.
Drag-and-drop and HTML embedding are the safest methods, as inline (Base64) and CID embedding often fail on mobile devices or get blocked by providers like Outlook.
Emails with embedded images achieve higher open and click-through rates than text-only emails, making them effective for sales prospecting and nurturing campaigns.
Use Pipedrive to embed images, personalize templates and automate follow-ups in one place. Try it free for 14 days.
What are embedded images in email?
Embedding images in emails is when code is added to a message so the email displays images along with its text. Embedded images don’t need to be downloaded by the recipient and are displayed automatically in the email body.
There are two main ways that digital marketers and salespeople usually send emails with images out to their email lists:
Attachments. This method involves including the image as a separate file from the email’s HTML code. Your prospect receives attached images with their original size and shape.
Embeds. An image that’s embedded into the email’s code so it displays automatically in the body of the email. The file size, location and type of image that you choose will determine how your prospect’s email platform displays the file.
Embedded images have clear advantages over attachments, but there are some limitations to be aware of.
Pros of embedded images in email | Cons of embedded images in email |
| Display automatically without the recipient downloading anything | Recipients can block images from appearing in their emails |
| Lower spam risk than linked images or attachments | Not ideal when the recipient needs to save or print the file |
| Smaller file size means faster loading | Some embedding methods (Base64, CID) don't render on mobile or Outlook |
| Higher open and click-through rates than text-only emails | Requires planning to ensure correct display across email clients |
Knowing the proper techniques for embedding images helps you minimize these limitations for more successful sales emails.
How to embed an image in an email using 4 different techniques
There are several ways to embed images in emails, but they’re not all created equal. Some image embedding methods are much easier to use and more likely to get delivered.
Here are four popular techniques for embedding an image in your emails and why you should avoid two of them.
1. Drag-and-drop embedding
Email providers, like Gmail, allow you to drag-and-drop an image into the email body and automatically embed it in line with the plain text.
If you’re wondering how to place a picture under the text in Gmail, simply click and drag the image to the desired location in the email body. Gmail’s drag-and-drop feature allows for easy positioning of images, so you can align them exactly where you want, such as beneath the text for better visual flow.
Knowing how to place a picture under the text enhances the visual structure of your email. This technique ensures that your message flows seamlessly and captures attention without overwhelming the recipient.

When embedding images in Gmail, you can keep the original image size or resize it to the best fit Gmail recommends.
2. HTML embedding
Embedding images using HTML emails works by loading external images hosted on a web server rather than storing the file inside the email.
To do this, you’ll need to insert absolute source links into your email code. Absolute source links tell your customer’s email server where to find the file you’ve sent them. It’ll then link to the hosting site, the directory it’s stored in and the image file itself.
These are different from relative links because the links assume that the server already knows where to look and only include the name of the file you’re sending. If you’re just using relative links to embed images, you risk losing the file.
Here’s what an absolute source link (img tag) looks like:
<img src="https://www.pipedrive.com/email/images.logo.jpg">
When these links are placed into the body of an email, they guarantee the person receiving it will be able to view your content no matter who they are or how they’re viewing the email (unless it’s flagged as spam).
Another benefit of embedding email images using an HTML tag is that as the file is stored on a server, the overall size of the email is drastically cut.
Tip: You can also create an image with an embedded link by wrapping your img tag in an anchor tag, turning the image into a clickable CTA.
3. Inline embedding
Otherwise known as Base64 binary-to-text encoding schemes, inline embedding places images inside textual assets such as HTML and CSS files.
This method of embedding stores images within HTML code as a single file. To make it work, you’ll need to insert Base64 code into the image file path of your email HTML. It will look something like this:
<imgsrc="data:image/png;pipedrivelogo,iVHASJSHDKJHkjshdskjaHKAJBDSBYASYDUGBUEYANKASSSJDHKJSDBA" alt="Pipedrive Logo" />
When using inline embedding, the Base64-encoded image data is included directly in the email header, reducing external file requests and speeding up image loading.
Unfortunately, not all email servers accept Base64 code emails with inline images and Microsoft Outlook blocks them completely. However, some email clients like Apple Mail accept Base64 embedded images and instantly display them in opened messages.
4. Content-ID (CID) image embedding
CID images work using MIME (Multipurpose Internet Mail Extensions), allowing servers to send different content types in a single message body.
You’ll need to split your code into two parts to make it work. First, you need to add code to your client library and create a link between it and your email. The code in your client library will set boundaries for the image, such as a file name and content type. It’ll look something like this:
ContentType: ‘image/jpg’
FileName: <Logo1.jpg>
ContentID: <PipedriveLogo>
Disposition: inline; filename=logo1.jpg
Next, insert the CID tag into your email’s HTML like so:
<img src="cid:PipedriveLogo" alt="img" />
The server will then search for your image in the client library using the instructions you’ve already written out.
If this method seems more complicated than the others on the list, that’s because it is. It’s an older technique used to embed images, and while CID embedding usually displays images on a desktop, it can struggle to render on mobile devices. In some cases, email providers like Webmail will reject the embed altogether.
The first two methods of embedding images in emails are your safest bet to ensure your emails land in inboxes and get opened. Even if your team has the coding skills, the risk of email providers blocking the embedded email or the email not displaying on mobile devices outweighs faster download time (especially with 41% of emails being opened on mobile devices).
For a greater chance at securing delivery, go for a drag-and-drop image embed program or use HTML embedding.
Embedding images in emails to close more deals
Throughout the sales process, a lot of communication happens over email. In a study of over 5 billion emails, emails with embedded images had higher open and click-through rates than those with only text. In other words, using images in your sales and marketing emails can get prospects to open and engage with your emails.
Images can be handy to showcase your product, how it works and reinforce its benefits to your prospect. The downside is that embedding images into emails manually can take up a lot of time.
With Pipedrive's email builder, you can embed images directly into email templates using the drag-and-drop tool, then adjust the size and alignment to suit your style.

If you want to use an image embedded in your nurturing email campaigns, simply add the email to an existing workflow and attach a trigger so it sends automatically.
Along with an embedded image, sales reps can also add other materials like PDF brochures or case studies to add value to their pitch.
Turn Maybe Into Yes With These Killer Follow Up Email Templates
5 embedding email best practices to help avoid the spam filter
An image embedded in email can trigger spam filters before your prospect even sees your message. Here are five tips to create successful emails with embedded images.
1. Pick an image format that will work on (most) prospects’ email servers
Some email platforms are picky about what images they’ll display in a message, so it’s best to choose raster image file types like JPEG, PNG or GIF. These are widely accepted by most email clients, including Microsoft and Gmail, and give your image the best chance of getting seen.
Other image files like SVG and PSD will also display on most platforms if they’re embedded correctly.
2. Keep your file size small to improve deliverability
Keep your embedded image’s size as small as possible without reducing the quality of the file. This will help it land in your recipient’s inbox and load as quickly as possible.
Ultimately, how your image is displayed depends on your prospect’s screen size.
The most common screen size is 1920 x 1080 pixels. Embedding images that are a maximum of 600 pixels wide on a desktop (and displaying at 320 pixels on mobile devices) will ensure they appear correctly no matter how your prospect is reading your email.
Email providers like Gmail will recommend the “best fit” for your image based on pixels and file size. If you need to resize your image manually to optimize your email size, use a compression tool like TinyJPG or Adobe Photoshop.
3. Choose images that are relevant to your audience
What gets your prospects’ attention depends on who you’re targeting. Younger millennials and Gen Z may react differently to a GIF or a meme than other clients.
Avoid unrelated pictures like stock images Every image should have a purpose, like showcasing a product feature or building your customer relationship.
A/B testing can help you determine what types of images work best.
4. Use alt text for each image
When sending out emails to prospects, you need safety buffers in place if your embedded images fail to load. Always write the email content so it can stand without the image and use alt text as a fail-safe.
Alt text is a simple description of an image, usually restricted to one or two words but enough for the reader to understand what should be there. It helps provide context to your prospect if your images are blocked or disabled by email servers.
Including alt text also makes your emails more accessible. A short description will enable prospects who are visually impaired to understand the overall meaning of your email.
If a Pipedrive sales rep is reaching out to a prospect to talk about how the dealpipeline works, they may embed an image like the one below.

If that image fails to load or the prospect is visually impaired, failing to include alt text will leave a confusing gap in the email. To stop that from happening, the sales rep can simply add the alt text to their email composer (or insert a line of code if you’re using HTML) to add context.
In code, it would look something like this:
<img src="dealpipeline.jpg" alt="A deal pipeline inside a Pipedrive dashboard">
5. Test every email before you send it
Send several test messages to different email services to see how they display images before sending to prospects. Remember, Gmail embedded images that display perfectly could still be blocked by other webmail services like Outlook.
Tools like MailTrap and Email On Acid will scan your message for issues like email deliverability, accessibility and image validation before it leaves your outbox.
Even if your email with an embedded image works perfectly during the test, send it with the assumption that it could hit problems on your prospect’s platform. Adding alt text and getting the basics right, like personalization and product positioning, can help your email’s appeal even if your image fails to render.
Final thoughts
With careful planning and preparation, you can increase your chances of images in emails loading successfully.
Pick an embedding technique that works for you and test email templates and important emails before sending. Adding alt text and using an image embedding format that is widely accepted by email platforms will improve the chance of your message arriving intact.
Pipedrive’s email builder makes it easy to embed images, personalize templates and automate follow-ups so you can engage your prospects. Try it free for 14 days.





