Created
April 1, 2014 04:30
-
-
Save trikitrok/ef6e23bbeb0174b644ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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