Base44 email

Email Template Editor Saves Blank Content

You designed an email template in your Base44 app's editor with content, formatting, and dynamic variables, but when the email actually sends, it arrives completely blank or with missing content. The template preview looks correct, but the delivered email is empty.

This creates a terrible impression with your users. They receive professional-looking emails with your branding but zero content — no order details, no welcome message, no information at all. It looks like your app is broken, because it is.

The issue may affect all emails or only those with dynamic content (merge fields, conditional blocks, or images). Sometimes the subject line sends correctly but the body is empty.

Error Messages You Might See

Email received with empty body Template variables showing as {{variable_name}} Email preview shows content but delivered email is blank HTML tags visible as text in email
Email received with empty bodyTemplate variables showing as {{variable_name}}Email preview shows content but delivered email is blankHTML tags visible as text in email

Common Causes

  • Template variables not resolved — Dynamic fields like {{customer_name}} are not populated because the data isn't passed to the email renderer
  • Rich editor saves visual but not HTML — The WYSIWYG editor shows content in preview but doesn't save the underlying HTML correctly
  • Conditional blocks hiding all content — An if/else block in the template evaluates to false, hiding the entire email body
  • HTML encoding issues — The template HTML gets double-encoded, rendering as escaped tags instead of formatted content
  • Template not saved after editing — Changes in the editor weren't committed with the save button, so the old (empty) template is used

How to Fix It

  1. Send a test email to yourself — After saving the template, send a test email and check the raw HTML source of the received email
  2. Verify variable names match data fields — Ensure template variables ({{order_id}}) exactly match the field names passed from your workflow or data source
  3. Check the saved template source — View the raw HTML of the saved template to verify content was actually saved, not just displayed in the editor
  4. Simplify the template — Remove conditional blocks and dynamic content, save a plain text template, and verify it sends correctly before adding complexity back
  5. Test with hardcoded content — Replace all dynamic variables with static text to determine whether the issue is with the template or the data binding

Real developers can help you.

Jacek Rozanski Jacek Rozanski Senior PHP/Symfony developer and DevOps engineer with 20+ years of professional experience, running opcode.pl (web development agency, est. 2004). Day job: I'm the sole backend developer at merketing company where I own and maintain 11 PHP/Symfony microservices on AWS (ECS Fargate, RDS, S3, CloudFront), handle the full CI/CD pipeline (Bitbucket Pipelines, Docker), and manage monitoring with Sentry and CloudWatch. These services handle high request volumes in production every month. What I bring to AI-built apps: - I audit and fix security issues (OWASP methodology), performance bottlenecks, and architectural problems in codebases generated by Cursor, Claude Code, Lovable, Bolt, and v0 - I refactor AI-generated prototypes into production-grade applications with proper error handling, testing, and clean architecture (SOLID, DDD, hexagonal architecture) - I set up the infrastructure AI tools don't touch: AWS hosting, CI/CD pipelines, automated deployments, database optimization, monitoring, and alerting - I integrate external services: payment providers, email systems, partner APIs, SSO/auth Tech stack: PHP 8.x, Symfony, React, Next.js, PostgreSQL, MySQL, Docker, AWS (ECS, RDS, S3, SQS/SNS, CloudFront), Terraform, Supabase. I also use AI tools daily (Claude Code, Cursor) in my own workflow, so I understand both the strengths and the gaps in AI-generated code. Based in Poland (CET timezone). Available for async work and calls during EU/US business hours. BurnHavoc BurnHavoc Been around fixing other peoples code for 20 years. AUXLE AUXLE I am a Full Stack Developer experienced in building Websites, Web apps and Cross Platform Mobile Apps for Startups and Companies. legrab legrab I'll fill this later MFox MFox Full-stack professional senior engineer (15+years). Extensive experience in software development, qa, and IP networking. Vlad Temian Vlad Temian 15+ years shipping production infrastructure for startups. Former CTO at qed.builders (acquired by The Sandbox). Cursor ambassador and agentic tooling builder. I've scaled systems, automated deployments, and built observability tools for AI coding workflows. I specialize in taking vibe-coded apps from broken prototype to production-ready: fixing Supabase auth/RLS, Stripe integrations, deployment pipelines, and cleaning up AI-generated spaghetti. I build tools in this space (agentprobe, claudebin, micode) and understand both sides: how AI generates code and why it breaks. https://blog.vtemian.com/ Meïr Ankri Meïr Ankri Full-stack developer specializing in React / Next.js / Node.js with 6+ years of experience. I've worked across various sectors including automotive (Reezocar/Société Générale), healthcare (Medical Link SaaS), and e-commerce (Glasman). I build web apps end-to-end, from architecture to production, with a focus on scalability, performance, and code quality. I also mentor junior developers and contribute to technical decisions and code reviews. Franck Plazanet Franck Plazanet I am a Strategic Engineering Leader with over 8 years of experience building high-availability enterprise systems and scaling high-performing technical teams. My focus is on bridging the gap between complex technology and business growth. Core Expertise: 🚀 Leadership: Managing and coaching teams of 15+ engineers, fostering a culture of accountability and continuous improvement. 🏗️ Architecture: Enterprise Core Systems, Multi-system Integration (ERP/API/ETL), and Core Database Structure. ☁️ Cloud & Scale: AWS Expert; architected systems handling 10B+ monthly requests and managing 100k+ SKUs. 📈 Business Impact: Aligning tech strategy with P&L goals to drive $70k+ in monthly recurring revenue. I thrive on "out-of-the-box" thinking to solve complex technical bottlenecks and am always looking for ways to use automation to improve business productivity. Simon A. Simon A. I'm a backend developer building APIs, emulators, and interactive game systems. Professionally, I've developed Java/Spring reporting solutions, managed relational and NoSQL databases, and implemented CI/CD workflows. Anthony Akpan Anthony Akpan Developer with 8 years of experience building softwares fro startups

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help

Frequently Asked Questions

Why does my Base44 email preview look correct but the sent email is blank?

The editor preview may render content client-side that isn't actually saved to the template. Check the raw saved template source. Also verify that dynamic variables are being populated from the correct data source when the email actually sends.

How do I debug which template variable is causing the issue?

Replace all dynamic variables with static text and send a test. If it works, add variables back one at a time. The variable that makes the email go blank is either misnamed or receiving null data.

Related Base44 Issues

Can't fix it yourself?
Real developers can help.

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help