Email Newsletter Design

Our company is engaged in the development, support and maintenance of sites of any complexity. From simple one-page sites to large-scale cluster systems built on micro services. Experience of developers is confirmed by certificates from vendors.
Development and maintenance of all types of websites:
Informational websites or web applications
Business card websites, landing pages, corporate websites, online catalogs, quizzes, promo websites, blogs, news resources, informational portals, forums, aggregators
E-commerce websites or web applications
Online stores, B2B portals, marketplaces, online exchanges, cashback websites, exchanges, dropshipping platforms, product parsers
Business process management web applications
CRM systems, ERP systems, corporate portals, production management systems, information parsers
Electronic service websites or web applications
Classified ads platforms, online schools, online cinemas, website builders, portals for electronic services, video hosting platforms, thematic portals

These are just some of the technical types of websites we work with, and each of them can have its own specific features and functionality, as well as be customized to meet the specific needs and goals of the client.

Our competencies:
Development stages
Latest works
  • image_web-applications_feedme_466_0.webp
    Development of a web application for FEEDME
    1161
  • image_ecommerce_furnoro_435_0.webp
    Development of an online store for the company FURNORO
    1041
  • image_crm_enviok_479_0.webp
    Development of a web application for Enviok
    822
  • image_crm_chasseurs_493_0.webp
    CRM development for Chasseurs
    847
  • image_website-sbh_0.png
    Website development for SBH Partners
    999
  • image_website-_0.png
    Website development for Red Pear
    451

Developing Email Newsletter Design

Email design is a separate discipline with strict limitations: Outlook 2016–2021 renders tables via Word engine, Gmail crops emails heavier than 102 KB, Apple Mail supports prefers-color-scheme for dark mode while others don't.

Email Structure

Standard marketing email structure:

  1. Preheader — hidden text (1–2 lines), displayed in preview next to subject in email client. Set via <span style="display:none">.
  2. Header — logo, navigation bar (no more than 3–4 links).
  3. Hero block — main visual with CTA. Single button, one call to action.
  4. Content blocks — 1–3 topical sections. Maximum container width: 600px.
  5. Footer — legal address, unsubscribe link (mandatory by GDPR and CAN-SPAM), social media links.

Markup Limitations

CSS is partially supported. Safe properties: font-family, font-size, color, background-color, padding, margin, border, width. Don't work in most clients: flexbox, grid, position: absolute, transform, CSS variables.

Fonts: system stacks only or Google Fonts with fallback. Arial, Helvetica, Georgia, Times New Roman render reliably everywhere.

Dark Theme

Apple Mail and some Outlook versions support prefers-color-scheme. To control dark theme:

@media (prefers-color-scheme: dark) {
  .email-bg { background-color: #1a1a2e !important; }
  .email-text { color: #e0e0e0 !important; }
}

Without these rules, the client may auto-invert colors, breaking the design.

Image Formats

PNG for logos and illustrations with transparency. JPEG for photos (optimize via imageoptim or squoosh). Maximum email weight before image decoding — 100 KB. Always serve images via CDN, no base64 inline.

Timeline

Email template design in Figma (1 email type, desktop + mobile preview): 1–2 business days.