Skip to content

Instantly share code, notes, and snippets.

@alexmcroberts
Created September 27, 2013 22:43
Show Gist options
  • Save alexmcroberts/6736259 to your computer and use it in GitHub Desktop.
Save alexmcroberts/6736259 to your computer and use it in GitHub Desktop.
rendering a cakephp email in a web browser to get an idea of how it looks...
public function email_test() {
$this->layout = 'Emails/html/default';
return $this->render('Emails/html/account_verification');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment