Skip to content

Instantly share code, notes, and snippets.

@nuxlli
Forked from anonymous/gist:130806
Created June 16, 2009 18:22
Show Gist options
  • Save nuxlli/130808 to your computer and use it in GitHub Desktop.
Save nuxlli/130808 to your computer and use it in GitHub Desktop.
<?php
mail("tpfigueiredo@gmail.com",$_POST["email"],"
Nome: {$_POST["nome"]}
Email: {$_POST["email"]}
Assunto: {$_POST["assunto"]}
Mensagem: {$_POST["messagem"]}","FROM:{$_POST["nome"]}<{$_POST["email"]}>");
echo "Cadastrado com sucesso!";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment