<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title><?= $this->fetch('title'); ?></title> </head> <body> <?= $this->fetch('content'); ?> <p>This email was sent using the CakePHP Framework</p> </body> </html>