I\'m designing my html emails, these are to be a block of html containing variables that i can store in a $template variable.
My problem comes with the storing in the va
Have you tried using the heredoc syntax?
$template = << ...