Contact Us - Insurance Digest

Go to content

Main menu:



Please feel free to write to us for any issues including errors on the site, suggestions, collaboration, advertising or any other issues:

setDefaultText('

Click here to edit the default text!

'); $dynObj->loadFromFile(pathCombine(array($imSettings['general']['public_folder'], ''))); $pa = new ImPrivateArea(); $user = $pa->who_is_logged(); if ($user !== false && (in_array($user['uid'], array()) || in_array_field($user['groups'], array()) || in_array($user['uid'], $imSettings['access']['admins']))) { if (isset($_POST['ObjectId']) && isset($_POST['PageId']) && $_POST['ObjectId'] == '3' && $_POST['PageId'] == '8') { $dynObj->setContent(imFilterInput($_POST['DefaultText'])); $dynObj->saveToFile(pathCombine(array($imSettings['general']['public_folder'], ''))); exit(""); } ?>
getContent() ?>
getContent(); } ?>
 
Copyright 2015. All rights reserved.
Back to content | Back to main menu $to = "support@insuredigest.com"; $subject = "Insure Digest - Contact Us"; $message = $_REQUEST['Name'] . "\n" . $_REQUEST['Email'] . "\n" . $_REQUEST['Subject'] . "\n" . $_REQUEST['Country'] . "\n" . $_REQUEST['Comment'] ; $headers = "From: contactus@insuredigest.com"; $sent = mail($to, $subject, $message, $headers) ; if($sent) {print "Your mail was sent successfully"; } else {print "We encountered an error sending your mail"; }