WordPress Email Reference

The recurring concepts behind WordPress email: the five-stage delivery chain from wp_mail() to the recipient’s mail server, what actually happened when Google’s Less Secure App access shut down, when a queue earns its keep and when it just adds a moving part, what a webhook is worth over a bounce log, and what an SMTP bounce code is really telling you. One entry per concept, kept current as the underlying pieces move.

Start here

Read How Email Works first. It maps the five-stage delivery chain (wp_mail() → PHPMailer → transport → relay → recipient mail server), and every other entry on this page assumes you already know which stage a decision belongs to. If you’ve arrived after a delivery failure and want the mental model before the fix, this is the one to open.

All references