Latest Updates

Documenting code, one commit at a time.

Mailgun 1 post
×
PHP Mailgun

Personalized Emails in Landing: Using Mailgun Recipient Variables

Introduction

Have you ever received a personalized email where your name was missing or displayed as a placeholder? This post delves into how the landing project ensures accurate personalization in campaign emails by leveraging Mailgun's recipient variables.

The Problem: Static Placeholders

Previously, campaign email templates used static placeholders like {{user_name}} and

Read more