IsSMTP(); // telling the class to use SMTP try { $mail->Host = "smtp.friccicodiluna.com"; // SMTP server $mail->SMTPAuth = true; $mail->Username = "info@friccicodiluna.com"; $mail->Password = "paola"; $mail->SMTPDebug = 0; // enables SMTP debug information (for testing) $mail->SetFrom($_POST['email'], $_POST['name']); $mail->AddAddress('g.ferri@studiomocavini.com', 'Friccico di Luna'); $mail->Subject = $subject; $mail->Body = $message; $mail->Send(); } catch (phpmailerException $e) { //echo $e->errorMessage(); //Pretty error messages from PHPMailer } catch (Exception $e) { //echo $e->getMessage(); //Boring error messages from anything else! } ?>

Grazie per effettuato una prenotazione, riceverete una risposta nel più breve tempo possibile



Booking form






Prenotazione online

Compila il modulo qui a sinistra per richiedere una prenotazione. Risponderemo nel minor tempo prossibile.