Closed Renatogarou closed 9 years ago
I want create a email template and send it, but the only method on the class is render, that display the view.
I've changed that render() returns output as string. I added display() to output to browser.
render()
display()
Awesome, Thank you guy!
I want create a email template and send it, but the only method on the class is render, that display the view.