# How to Screenshot Emails and Newsletters on Mac (Full-Length Capture)

www.lazyscreenshots.com publishes a public search API over its indexed pages; the guide is at https://lazyscreenshots.mudpie.ai/agent-access.md.

Source: https://www.lazyscreenshots.com/blog/screenshot-emails-newsletters-mac/
Source observed: 2026-09-15T21:51:25.006Z
Last checked: 2026-09-15T21:51:25.006+00:00
Indexed: 2026-09-15T22:01:45.448+00:00

---

# How to Screenshot Emails and Newsletters on Mac (Full-Length Capture)

**May 5, 2026 · LazyScreenshots Team**

We cover full-length email capture for swipe files, competitive analysis, portfolios, documentation, and compliance. Marketing newsletters are often **2000–4000 pixels** tall, while a screen may show about 900 pixels, so a normal fullscreen capture cuts off the lower content.

## Gmail in Chrome: DevTools full-page capture

1. Open the email in Gmail in Chrome.
2. Open it in the reading pane or a new tab.
3. Press **Cmd+Option+I** for DevTools.
4. Press **Cmd+Shift+P** for the Command Menu.
5. Type `screenshot` and choose **Capture full size screenshot**.

The PNG saves to Downloads. This includes Gmail's sidebar, header, and navigation. For email-only output:

1. With the email open, press **Cmd+P**.
2. Use print preview, which shows the email without Gmail's chrome.
3. Press **Cmd+Option+I** in the print preview window.
4. Run the full-size screenshot command.

## Apple Mail: print to PDF, then export

1. Open the email.
2. Press **Cmd+P**.
3. Click the PDF dropdown.
4. Select **Save as PDF**.
5. Open the PDF in Preview.
6. Use **Cmd+A**, then **Cmd+C** to copy as an image, or export as PNG.

```bash
# Convert email PDF to PNG using sips
sips -s format png email.pdf --out email-screenshot.png

# Or use ImageMagick for better quality control
convert -density 144 email.pdf -quality 95 email-screenshot.png
```

The `-density 144` flag creates a 2× image suited to Retina displays.

## Outlook for Mac

1. Open the email.
2. Choose **File → Print** or press **Cmd+P**.
3. Choose **PDF → Save as PDF**.
4. Convert the PDF with Preview or the command line.

Some Outlook messages offer **Open in Browser** from the three-dot menu; browser scrolling tools can then capture them normally.

## Scrolling capture tools

| Tool | How it works | Best for |
|---|---|---|
| LazyScreenshots | Select area; automatically scrolls and stitches | Any mail client or native Mac app |
| CleanShot X | Draw area; manually scrolls and auto-stitches | Long web-client newsletters |
| Shottr | Scrolling capture with manual scroll | Quick captures; free tool |
| Chrome DevTools | Full-page capture command | Gmail and web email only |

The general workflow is to activate the tool, select the email body, and either scroll manually or let the tool auto-scroll. Frames are stitched into one tall image.

LazyScreenshots captures full-length emails with automatic scrolling and stitching.

[Try LazyScreenshots Free](https://www.lazyscreenshots.com/)

## View email source in a browser

1. **Gmail:** Three-dot menu → **Show original** → **Download Original** (`.eml`).
2. **Apple Mail:** **View → Message → Raw Source** or **Cmd+Option+U**.
3. Save the HTML to a `.html` file.
4. Open it in Chrome and use DevTools full-page capture.

This removes the mail-client interface and is useful for portfolio captures.

## Build a swipe file

Organize by category rather than date:

```text
swipe-file/
  onboarding-sequences/
  feature-announcements/
  pricing-and-upgrade/
  cart-abandonment/
  newsletters-editorial/
  transactional-receipts/
  re-engagement/
```

Use informative filenames:

```text
onboarding-sequences/
  stripe-welcome-day1-2026-03.png
  linear-setup-wizard-2026-01.png
  notion-first-workspace-2025-11.png
  figma-team-invite-2026-02.png
```

Include the brand, purpose, and capture date. Annotate the element that attracted your attention, such as CTA placement, headline copy, imagery, or social proof.

## Competitive analysis

- Use a dedicated email address for competitor subscriptions.
- Capture new emails weekly while images still load and before clients re-render older messages.
- Capture old and new versions when a competitor changes a template, header, footer, or CTA style.

## Cleaner captures

- Collapse sidebars and maximize the reading pane.
- Scroll to the bottom once to trigger lazy-loaded images, then return to the top.
- Use a consistent viewport width; **800–900px** generally works for email designs optimized around **600px** content width.
- Disable dark mode when you need the sender's intended colors; check **System Settings → Appearance** or app settings.
- Crop out the client header, sidebar, and toolbar after capture.

### Related

- [How to Take a Scrolling Screenshot on Mac](https://www.lazyscreenshots.com/blog/scrolling-screenshot-mac/)
- [How to Screenshot a Full Web Page on Mac](https://www.lazyscreenshots.com/blog/screenshot-full-web-page-mac/)
- [How to Convert Screenshots to PDF on Mac](https://www.lazyscreenshots.com/blog/screenshot-to-pdf-mac/)
- [How to Crop a Screenshot on Mac](https://www.lazyscreenshots.com/blog/crop-screenshot-mac/)

---

## Related searches on www.lazyscreenshots.com

Each link returns Markdown search results.

- [How to Screenshot Emails and Newsletters on Mac (Full-Length Capture)](https://lazyscreenshots.mudpie.ai/s/how-to-screenshot-emails-and-newsletters-on-mac-full-length-capture.md?trace=t_6dc436eaaf66)
- [Why you'd want to screenshot an email](https://lazyscreenshots.mudpie.ai/s/why-you-d-want-to-screenshot-an-email.md?trace=t_6dc436eaaf66)
- [The challenge: emails are longer than your screen](https://lazyscreenshots.mudpie.ai/s/the-challenge-emails-are-longer-than-your-screen.md?trace=t_6dc436eaaf66)
- [Method 1: Gmail in Chrome (DevTools full-page capture)](https://lazyscreenshots.mudpie.ai/s/method-1-gmail-in-chrome-devtools-full-page-capture.md?trace=t_6dc436eaaf66)
- [Method 2: Apple Mail (print to PDF, then screenshot)](https://lazyscreenshots.mudpie.ai/s/method-2-apple-mail-print-to-pdf-then-screenshot.md?trace=t_6dc436eaaf66)

[Tool guide and examples](https://lazyscreenshots.mudpie.ai/agent-access.md) · [OpenAPI](https://lazyscreenshots.mudpie.ai/api/public/v1/openapi.json) · [Page TLDR form](https://lazyscreenshots.mudpie.ai/agent-tools/page-tldr?question=Read+a+compact+extract+of+How+to+Screenshot+Emails+and+Newsletters+on+Mac+%28Full-Length+Capture%29&url=https%3A%2F%2Fwww.lazyscreenshots.com%2Fblog%2Fscreenshot-emails-newsletters-mac%2F). Opening a form does not execute a tool.