Created
September 27, 2013 22:43
-
-
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...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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