Fabriciool

e-mail

Oct 3rd, 2013
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1.  /* bybusiness */
  2. <?php
  3.    $for = "[email protected]";
  4.    $name = $_POST['name'];
  5.    $assunto = $_POST['assunto'];
  6.    $msg = $_POST['msg'];
  7. mail($for, $name, $assunto , $msg);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment