= $this->extend('layout/email_layout') ?> = $this->section('content') ?>
Name: = esc($user['firstname'] ?? '') . ' ' . esc($user['lastname'] ?? '') ?>
Email: = esc($user['email'] ?? 'N/A') ?>
User ID: = esc($user['id'] ?? 'N/A') ?>
This user has just completed account setup. Please verify and take any necessary actions.
= $this->endSection() ?>