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
you can use double quote, Heredoc, or Newdoc.
for example (double quoted strings):
$template.= "Welcome $username Thank-you for creating an account Please confirm your account by click the link below! ${key}