Registrazione completata!

La tua registrazione è stata registrata. Riceverai un'email di conferma.

Se non ricevi l'email di conferma della tua registrazione, ti preghiamo di  registrarti di nuovo o contattare ----
If you do not receive the email confirming your registration, you might have mistyped your address in the form. Please register again or contact paladino@ira.inaf.it" " . " -- " . $_POST['Email'] . " -- " . $_POST['Attend'] . " -- " . $_POST['Notes'] . ""; # mail 1 is to us # mail 2 is to submitter $to1 = "paladino@ira.inaf.it"; $subject1 = "Registration"; $headers1 = "From: " . $_POST['First'] . " " . $_POST['Last'] . " <" . $submitter . ">" ; $to2 = $submitter ; $subject2 = "Registration"; $headers2 = "From: SKA Italian"; # echo $headers1 ; mail($to1, $subject1, $message1, $headers1) ; mail($to2, $subject2, $message2, $headers2) ; # if (mail($to, $subject1, $message1, $headers1)) { # echo("

Messaggio inviato correttamente!

"); # } else { # echo("

Invio del messaggio fallito...

"); # } file_put_contents("elencoPartecipanti.txt", '
  • ' . $message3 . '
  • ' . "\n", FILE_APPEND); ?>