Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Created April 1, 2014 04:30
Show Gist options
  • Select an option

  • Save trikitrok/ef6e23bbeb0174b644ef to your computer and use it in GitHub Desktop.

Select an option

Save trikitrok/ef6e23bbeb0174b644ef to your computer and use it in GitHub Desktop.
<?php
$service =
EmailAndRedirectServiceBuilder::aServiceToSendByEmail()
->aFormOnPage("empresas")
->to("xxx@ppp.es")
->build();
$service->sendAndRedirect(new Form($_POST));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment