Email Design Settings control the appearance and sender identity for all emails sent through Outpost — including autoresponder flows, campaigns, and system notifications. This is where you set your from address, upload a header image, and customize colors and fonts to match your publication’s branding.Documentation Index
Fetch the complete documentation index at: https://documentation.outpost.pub/llms.txt
Use this file to discover all available pages before exploring further.

Sender identity
| Field | Description |
|---|---|
| Email from address | The email address recipients see in their inbox (e.g., hello@yourpublication.com). Required. Managed by Outpost. |
| Email Reply-to Address | The address used when a recipient replies to one of your emails. Set this if you want replies to land somewhere other than the from address. |
| Email from name | The sender name recipients see (e.g., “The Daily Brief”). Required. |
| Email from physical address | Optional physical mailing address included in the email footer for CAN-SPAM compliance. |
Design options
Header image
Upload a logo or banner image that appears at the top of every email. The header image is the only image field in Email Design Settings — it renders centered at the top of every email Outpost sends. Click Remove to go back to a text-only header.Suggested sizes
| What you’re optimizing for | Recommended source size | Why |
|---|---|---|
| Standard display | 580px wide | The header renders at up to 580px wide in most email clients. |
| Retina / high-DPI display (recommended) | 1160px wide | Sharp rendering on retina displays (2× the display width). This is the size Outpost recommends for most publications. |
| Wider source files | Anything up to your file-size limit | Outpost automatically resizes them down to 1160px wide on upload. |
- File format: PNG, JPG, GIF, or WebP
- Max file size: 2 MB
- Aspect ratio: Anything works — Outpost preserves your aspect ratio when resizing
- Height: No fixed limit, but tall headers push content below the fold; most publications keep their header under ~200px tall
Auto-resize on upload
Outpost automatically resizes oversized header images on upload:- Images wider than 1160px are scaled down to 1160px wide.
- The original aspect ratio is preserved — Outpost does not crop.
- Images at or under 1160px wide are stored as-is.
Plain text mode
Toggle Plain Text Emails on to strip all styling from your emails. When enabled, emails are sent as plain text without colors (including link colors), fonts, or the header image. This can improve deliverability for some audiences. When plain text mode is off, the following design options are available:Colors
| Setting | Description |
|---|---|
| Border/Background Color | The outer border and background color of the email wrapper. |
| Body Color | The background color of the email content area. |
| Link | The color applied to links (<a> tags) in the email body. |
| Clicked link | The color applied to active, visited, and hover states of links. |
Fonts and text
| Setting | Description |
|---|---|
| Email Title | Font family (default: Open Sans), size (default: 18px), and color for email headings. |
| Email Content | Font family (default: Open Sans), size (default: 14px), and color for body text. |
| Email Footer | Font family (default: Open Sans), size (default: 12px), and color for footer text. |
Custom HTML template
For full control over your email layout, use the Custom HTML Template editor. This lets you write raw HTML that wraps your email content.Available merge tags
| Tag | Description |
|---|---|
%CURRENT_DATE% | Today’s date |
%BODY% | The email body content (from the template) |
%SITE_PATH% / %BLOG_PATH% | Your site’s base path |
%SITE_NAME% / %BLOG_NAME% | Your publication name |
%SITE_URL% / %BLOG_URL% | Your publication URL |
%SITE_LOGIN_URL% / %BLOG_LOGIN_URL% | Your publication’s sign-in page URL |
%ACCOUNT_LINK% | Member’s account page URL |
%EMAIL_FROM_NAME% | The sender name configured in Email Design Settings |
%EMAIL_HEADER_IMAGE% | The header image URL |
%SUBSCRIPTION_EXPIRATION_DATE% | Member’s subscription expiration date |
%RECIPIENT.PAID_BLOCK_START% | Start of paid-member-only content block |
%RECIPIENT.PAID_BLOCK_end% | End of paid-member-only content block |
%RECIPIENT.FREE_BLOCK_START% | Start of free-member-only content block |
%RECIPIENT.FREE_BLOCK_END% | End of free-member-only content block |
%UNSUBSCRIBE_URL% | Member’s unsubscribe link |
The
%BLOG_*% and %SITE_*% prefixes are interchangeable — for example, %BLOG_NAME% and %SITE_NAME% produce the same output. Use whichever you prefer.Preview
Use the Preview tab to see how your custom HTML renders. Toggle between Free Member and Paid Member views to verify conditional content blocks display correctly.Related features
Email Templates
Create the email content that uses these design settings.
Autoresponder Sending Domain
Send from your own domain for better deliverability.
Mailgun Integration
Mailgun delivers all emails styled with these settings.
FAQ
Do design changes apply to all emails?
Do design changes apply to all emails?
Yes. Colors, fonts, header image, and custom HTML affect all emails sent through Outpost — autoresponder flows, campaigns, and system notifications.
Can I show different content to free vs. paid members?
Can I show different content to free vs. paid members?
Yes. In your custom HTML template, use
%RECIPIENT.PAID_BLOCK_START% and %RECIPIENT.PAID_BLOCK_end% to wrap content visible only to paid members. Use the free equivalents (%RECIPIENT.FREE_BLOCK_START% / %RECIPIENT.FREE_BLOCK_END%) for free-member-only content. Note the lowercase “end” in the paid block end tag. The preview tab lets you toggle between views.What happens if I enable plain text mode?
What happens if I enable plain text mode?
All styling is stripped — no colors, fonts, header image, or custom HTML. Emails are sent as plain text. This can be useful for audiences where plain text performs better (e.g., business/enterprise).
What size should my header image be?
What size should my header image be?
Upload at 1160px wide. The header renders at up to 580px in most email clients, so 1160px gives you sharp display on retina screens (which render at 2× density). Outpost auto-resizes anything wider than 1160px down to 1160px on upload — your aspect ratio is preserved. Max file size is 2 MB.
Does Outpost crop my header image?
Does Outpost crop my header image?
No — Outpost only scales down images wider than 1160px, preserving the full aspect ratio. Nothing gets cut off. If you want to reframe the image, edit it before uploading.
Can I add other images to the email design?
Can I add other images to the email design?
The header image is the only image you can configure in Email Design Settings. To add more imagery (hero images, signature images, social icons, etc.), use the Custom HTML Template to embed
<img> tags pointing to your own hosted images, or include images inside individual email templates where they’re part of the email body.
