Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Created March 30, 2014 19:58
Show Gist options
  • Save trikitrok/6c126df768bf7a720722 to your computer and use it in GitHub Desktop.
Save trikitrok/6c126df768bf7a720722 to your computer and use it in GitHub Desktop.
<?php
$action =
Action::sendingByEmail()
->formIn("empresas")
->to("[email protected]")
->build();
$action->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment