Liste de Noël ::: Création de compte
exec("SET NAMES 'utf8'"); $st = $pdo->prepare("INSERT INTO temp_user (`key`, `key_type`, `email`, `password`) VALUES (:key, 'creation', :email, :password)"); $st->bindValue('key', $myKey, PDO::PARAM_STR); $st->bindValue('email', $_POST['email'], PDO::PARAM_STR); $st->bindValue('password', $_POST['password'], PDO::PARAM_STR); $st->execute(); $mailBody = utf8_decode( "Bonjour, Pour valider votre compte \"Liste de Noël\" merci de cliquer sur ce lien : http://noel.tomos.fr/$myKey L'équipe TFS") ; sendMail(array( 'to_email' => $_POST['email'], 'from_email' => 'noel@noel.tomos.fr', 'from_name' => utf8_decode('Liste de Noël Tomos'), 'reply_to_email' => 'noel@noel.tomos.fr', 'subject' => utf8_decode('[Liste de Noël]: Validation de votre compte'), 'content' => $mailBody, 'content_type' => 'text', )); ?> Vous allez recevoir un email pour valider votre compte

Bon Noël !!!
⇒ Se connecter
 
Adresse email
Mot de passe