Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Created April 1, 2014 04:30
Show Gist options
  • Save trikitrok/ef6e23bbeb0174b644ef to your computer and use it in GitHub Desktop.
Save trikitrok/ef6e23bbeb0174b644ef to your computer and use it in GitHub Desktop.
<?php
$service =
EmailAndRedirectServiceBuilder::aServiceToSendByEmail()
->aFormOnPage("empresas")
->to("[email protected]")
->build();
$service->sendAndRedirect(new Form($_POST));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment