setTemplate('customer_ebook.php'); $emailer->setSubject("Interview Skills 101 - eBook Confirmation"); $emailer->sendTo($user_email); $emailer->setTemplate('webmaster_ebook.php'); $emailer->setSubject("EBOOK"); $emailer->setVar('user_email', $user_email); $emailer->sendTo($webmaster_email); } $user_email = false; if(!empty($_POST['email'])) { $user_email = $_POST['email']; sendEbookConfirmation($user_email); } include('short_header.php') ?>

Thanks for your interest - We're sending a link where our ebook can be downloaded.

If you provide your email, we'll send a link where you can download our ebook. We promise to never share your email address - see our privacy policy below.

Sign Me Up!