
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
Your emails use one of three Email template modes, chosen with the selector at the top of Email Design Settings:- Default Design — Outpost’s standard email layout, styled with the header image, colors, fonts, and button options below.
- Plain Text — strips all styling for a plain-text email (see Plain text mode).
- Custom HTML — your own HTML wrapper (see Custom HTML template).
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. If you’ve already set a logo in Publication Details, click Use Site Logo to reuse it. Click Remove to go back to a text-only header. Uploading a header image saves your email settings automatically — there’s no separate Submit step, and removing the image saves automatically too. (Use Site Logo stages the change, so click Submit to keep it.)
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
Switching the Email template to Plain Text strips all styling from your emails — they’re sent as plain text without colors (including link colors), fonts, the header image, or button styling. This can improve deliverability for some audiences. Switch back to Default Design to restore the styled layout and the options below.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. |
Buttons
Style the call-to-action buttons in your Default Design emails:| Setting | Description |
|---|---|
| Button background | The button’s fill color (default: #15171a). |
| Button text color | The color of the button label (default: #ffffff). |
| Button radius | The corner style — Fully rounded (pill-shaped) or Slightly rounded (the default). |
Custom HTML template
For full control over your email layout, set the Email template to Custom HTML. 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 change the button colors in my emails?
Can I change the button colors in my emails?
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. 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 button styling. 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.
