Newsletter
Owner: Marketing Last revision: 29.08.2022
The following page describes how to write and publish our monthly newsletter digest.
Editing templates#
Start by duplicating one of the older issues. The base issue should be the latest one, unless you have a specific reason to use an older issue as the source.
- Update the fixed sections for both the Hungarian (
src/templates/hu.html
) and English (src/templates/en.html
) language templates.- title meta tag
- issue number and month
- headline
- intro image & text
- blog articles
- events
- meet the team
- case study
- etc.
- Compile your templates using
npm start
from the issue directory.
We always send a slightly different version of the newsletter for new subscribers (greenhorns). Edit the two template files (src/templates/hu_greenhorn.html
&& src/templates/hu_greenhorn.html
) by copying the content from the main templates. Change the intro image & text to the one from the very first issue.
Editing newsletter#
We use Sendinblue to edit and schedule the newsletters themselves. On the Campaigns tab, duplicate one of the older issues. The base issue should be the latest one, unless you have a specific reason to use an older issue as the source.
- Update the campaign name, subject, preview text and HTML content.
- Copy the template content from the HTML file (
dist/{lang}.html
) to the Sendinblue editor (click Edit the email content on the Design tab). - Sendinblue doesn’t process image URL’s, so you’ll need to manually re-map every image using the Picture icon on the Design tab.
- Since Sendinblue doesn’t allow the mapping if images inlined into CSS, we had to add these to HTML. After mapping images (see step #4), remove these images from the source code.
- Select the correct newsletter list from the Recipients tab.
Testing#
- Proofread. This email goes out hundreds of trusted, long-time partners.
- Copy the text into Google Docs to spell-check
- or use a service like Grammarly.
- Check that all the links point to the right place. It’s easy to miss them when copying!
- Before scheduling the newsletter…
- …make sure you send a test version of all 4 templates to yourself.
- …make sure you perform a test on litmus.com.
Scheduling#
- Once the newsletter is set-up and tested, we need to schedule it.
- Sendinblue has a daily sending limit, so make sure to spread the campaigns through several days.
- We’re still testing to find the best day and time of week to send newsletters. As a rule of thumb, the best time to send is before 12 AM.