Skip to content

Instantly share code, notes, and snippets.

@cole007
Created June 13, 2016 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cole007/e65f028cc58140ed3b0f6910fc9615d6 to your computer and use it in GitHub Desktop.
Save cole007/e65f028cc58140ed3b0f6910fc9615d6 to your computer and use it in GitHub Desktop.
$toEmail = craft()->request->getPost('toEmail');
return array(
'toEmail' => $toEmail,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment