<?php

$email_to = "thomas.rigaux66@gmail.com"; // your email address
$email_subject = "Contact form submission"; // email subject line
$thankyou = "thankyou.htm"; // thank you page

// If you update the question on the form -
// you need to update the questions answer below
$antispam_answer = "25";

// Do not change this line
$base = "CgpGb3JtIHBvd2VyZWQgYnkgaHR0cHM6Ly93d3cuZnJlZWNvbnRhY3Rmb3JtLmNvbQ==";