Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Created April 1, 2014 04:37
Show Gist options
  • Save trikitrok/da4c8aba9d4f9b48a87c to your computer and use it in GitHub Desktop.
Save trikitrok/da4c8aba9d4f9b48a87c to your computer and use it in GitHub Desktop.
<?php
$info =
IntroducedInfoBuilder::aNewIntroducedInformation()
->onPage("empresas")
->toBeSentTo("[email protected]")
->build();
$info->sendByEmailAndRedirect(new Form($_POST));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment