Skip to content

Instantly share code, notes, and snippets.

View alexmcroberts's full-sized avatar

Alex McRoberts alexmcroberts

View GitHub Profile
@alexmcroberts
alexmcroberts / gist:6736259
Created September 27, 2013 22:43
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');
}