FormToEmail.php - My email works, my clients doesn't!

Hi All!
I've created a form for a client's site, as was working great. The email (when you hit submit) I put in my email, so I could test it and make sure it came through clear and easy to read. Worked perfect! So I add the clients email in there, which is a yahoo email. Save it, test it. DOESN'T work at all, when submit is hit - "Email address is invalid". So I put another one of his email addresses, same error. (Keep in mind, I've refreshed, deleted old history and such). I think to myself it might be something with yahoo or what not, so I put his gmail address (which mine worked perfectly on gmail) and STILL it doesnt work. I've even deleted the old FormToEmail.php file, and replaced it with a brand new fresh one, started fresh with his email.
What is going wrong? Please help, it is driving me insane!

I forgot to add, that I have two contact forms on the site. One is technically a registration form (which the one above that I'm having issues refers to
) and the second is a contact us form, which works fine. Do I need to make two FormToEmail.php files (different) one for each form? It doesnt really matter as they both point to the same email. I can't figure out why MY email address works (gmail) but HIS (yahoo, shaw or gmail) email doesnt!
Thanks

Similar Messages

  • FormToEmail.php is not working correctly

    When you press the submit button on my form nothing happens. Please help!!!!! 
    Here is my form HTML:
        <h1>Request A Life Insurance Quote    </h1>
        <table border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="590" valign="top"><form id="FrmLifeQuote" name="FrmLifeQuote" method="post" action="formmail.php">
              <fieldset class="text">
            <legend></legend>
            <p><span id="sprytextfield1">
                <label for="First_Name">First Name:</label>
                <input type="text" name="First_Name" id="First_Name" tabindex="10" />
                <span class="textfieldRequiredMsg">[required]</span></span></p>
              <p><span id="sprytextfield2">
                <label for="name">Last Name:</label>
                <input type="text" name="name" id="name" tabindex="20"/>
                <span class="textfieldRequiredMsg"> [required]</span></span></p>
              <p><span id="sprytextfield3">
              <label for="Email">Email Address:</label>
              <input type="text" name="Email" id="Email" tabindex="30" />
              <span class="textfieldRequiredMsg">[required]</span></span></p>
              <p><span id="sprytextfield4">
              <label for="PhoneNumber">Phone Number:</label>
              <input type="text" name="PhoneNumber" id="PhoneNumber" tabindex="40" />
              <span class="textfieldRequiredMsg">[required]</span></span></p>
              </fieldset>
              <fieldset>
               <p>
              <legend class="text"></legend>          
               <p>Birthday      <span id="spryselect1">
                <label for="Month"></label>
                <select name="Month" id="Month" tabindex="50">
                <option value="MM">MM</option>
                <option value="01">01</option>
                <option value="02">02</option>
                <option value="03">03</option>
                <option value="04">04</option>
                <option value="05">05</option>
                <option value="06">06</option>
                <option value="07">07</option>
                <option value="08">08</option>
                <option value="09">09</option>
                <option value="10">10</option>
                <option value="11">11</option>
                <option value="12">12</option>
              </select>
              <label for="Day"></label>
              <select name="Day" id="Day" tabindex="51">
                <option value="DD">DD</option>
                <option value="01">01</option>
                <option value="02">02</option>
                <option value="03">03</option>
                <option value="04">04</option>
                <option value="05">05</option>
                <option value="06">06</option>
                <option value="07">07</option>
                <option value="08">08</option>
                <option value="09">09</option>
                <option value="10">10</option>
                <option value="11">11</option>
                <option value="12">12</option>
                <option value="13">13</option>
                <option value="14">14</option>
                <option value="15">15</option>
                <option value="16">16</option>
                <option value="17">17</option>
                <option value="18">18</option>
                <option value="19">19</option>
                <option value="20">20</option>
                <option value="21">21</option>
                <option value="22">22</option>
                <option value="23">23</option>
                <option value="24">24</option>
                <option value="25">25</option>
                <option value="26">26</option>
                <option value="27">27</option>
                <option value="28">28</option>
                <option value="29">29</option>
                <option value="30">30</option>
                <option value="31">31</option>
                </select>
                <span class="selectRequiredMsg">Please select an item.</span></span><span id="sprytextfield5">
                <label for="Year"></label>
                <input name="Year" type="text" id="Year" tabindex="52" value="YYYY" size="8" />
                <span class="textfieldRequiredMsg">[required]</span></span></p>
              <p><span id="spryselect2">
                <label for="Gender">Gender:</label>
                <select name="Gender" id="Gender" tabindex="60">
                  <option value="Select">Select</option>
                  <option value="Female">Female</option>
                  <option value="Male">Male</option>
                </select>
                <span class="selectRequiredMsg">Please select an item.</span></span><span class="textfieldRequiredMsg">[required]</span></p>
              <p class="text">
                <label for="CoverageAmount">Coverage Amount:</label>
                <input type="text" name="CoverageAmount" id="CoverageAmount" tabindex="70" />
                <span class="textfieldRequiredMsg">[required]</span></p>
              <p>
              <label for="CoverageLength">Coverage Length:</label>
              <select name="CoverageLength" class="text" id="CoverageLength" tabindex="80">
                <option value="Select" selected="selected">Select</option>
                <option value="10 Year">10 Year</option>
                <option value="15 Year">15 Year</option>
                <option value="20 Year">20 Year</option>
                <option value="25 Year">25 Year</option>
                <option value="30 Year">30 Year</option>
                <option value="UL">UL</option>
              </select>
              <span class="textfieldRequiredMsg">[required]</span></p>
              <p class="text">
              <label for="TobaccoUse">Tobacco Use:</label>
              <select name="TobaccoUse" id="TobaccoUse" tabindex="80">
                <option value="Select" selected="selected">Select</option>
                <option value="None">None</option>
                <option value="Cigarette">Cigarette</option>
                <option value="Cigar">Cigar</option>
                <option value="Pipe">Pipe</option>
                <option value="Chewing Tobacco">Chewing Tobacco</option>
                <option value="Nicotine Patch">Nicotine Patch</option>
                <option value="Gum">Gum</option>
              </select>
              <span class="textfieldRequiredMsg">[required]</span></p>
              <p class="text">Have you ever been treated for Cancer, Heart Disease, Stroke, Diabetes, High Blood Pressure, Alcohol or Drug Abuse, Depression, Asthma, or any other similar conditions?                    <br />         
              <p>
                <label>
                  <input type="radio" name="RadioGroup1" value="Yes" id="RadioGroup1_0" />
                  Yes</label>
                <br />
                <label>
                  <input type="radio" name="RadioGroup1" value="No" id="RadioGroup1_1" />
                  No</label>
                <br />
              </p>
              <p class="text">Do you have more than 2 citations for moving violations in the past three years?          
              <p>
                <label>
                  <input type="radio" name="RadioGroup2" value="Yes" id="RadioGroup2_0" />
                  Yes</label>
                <br />
                <label>
                  <input type="radio" name="RadioGroup2" value="No" id="RadioGroup2_1" />
                  No</label>
                <br />
              </p>
              <p class="text">Do you do any hazardous activities?
              <p>
                <label>
                  <input type="radio" name="RadioGroup3" value="Yes" id="RadioGroup3_0" />
                  Yes</label>
                <br />
                <label>
                  <input type="radio" name="RadioGroup3" value="No" id="RadioGroup3_1" />
                  No</label>
                <br />
              </p>
              <p class="text">
                <input type="submit" name="Submit" id="Submit" value="Request A Life Insurance Quote" tabindex="130" />
                <form action="FormToEmail.php">
            </form></td>
          </tr>
        </table>
        <h1><script type="text/javascript">
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["blur", "change"]});
    var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2");
    var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "email");
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "phone_number");
    var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1");
    var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "none", {minChars:2, maxChars:4});
    var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {validateOn:["blur", "change"]});
          </script></h1>
    Here is the FormToMail.php:
    <?php
    $my_email = "[email protected]";
    $continue = "page_ContactThanks.html";
    $errors = array();
    // Remove $_COOKIE elements from $_REQUEST.
    if(count($_COOKIE)){foreach(array_keys($_COOKIE) as $value){unset($_REQUEST[$value]);}}
    // Check all fields for an email header.
    function recursive_array_check_header($element_value)
    global $set;
    if(!is_array($element_value)){if(preg_match("/(%0A|%0D|\n+|\r+)(content-type:|to:|cc:|bcc: )/i",$element_value)){$set = 1;}}
    else
    foreach($element_value as $value){if($set){break;} recursive_array_check_header($value);}
    recursive_array_check_header($_REQUEST);
    if($set){$errors[] = "You cannot send an email header";}
    unset($set);
    // Validate email field.
    if(isset($_REQUEST['Email']) && !empty($_REQUEST['Email']))
    if(preg_match("/(%0A|%0D|\n+|\r+|:)/i",$_REQUEST['Email'])){$errors[] = "Email address may not contain a new line or a colon";}
    $_REQUEST['Email'] = trim($_REQUEST['Email']);
    if(substr_count($_REQUEST['Email'],"@") != 1 || stristr($_REQUEST['Email']," ")){$errors[] = "Email address is invalid";}else{$exploded_email = explode("@",$_REQUEST['Email']);if(empty($exploded_email[0]) || strlen($exploded_email[0]) > 64 || empty($exploded_email[1])){$errors[] = "Email address is invalid";}else{if(substr_count($exploded_email[1],".") == 0){$errors[] = "Email address is invalid";}else{$exploded_domain = explode(".",$exploded_email[1]);if(in_array("",$exploded_domain)){$errors[] = "Email address is invalid";}else{foreach($exploded_domain as $value){if(strlen($value) > 63 || !preg_match('/^[a-z0-9-]+$/i',$value)){$errors[] = "Email address is invalid"; break;}}}}}}
    // Check referrer is from same site.
    if(!(isset($_SERVER['HTTP_REFERER']) && !empty($_SERVER['HTTP_REFERER']) && stristr($_SERVER['HTTP_REFERER'],$_SERVER['HTTP_HOST']))){$errors[] = "You must enable referrer logging to use the form";}
    // Check for a blank form.
    function recursive_array_check_blank($element_value)
    global $set;
    if(!is_array($element_value)){if(!empty($element_value)){$set = 1;}}
    else
    foreach($element_value as $value){if($set){break;} recursive_array_check_blank($value);}
    recursive_array_check_blank($_REQUEST['message']);
    if(!$set){$errors[] = "You cannot send a blank form";}
    unset($set);
    // Display any errors and exit if errors exist.
    if(count($errors)){foreach($errors as $value){print "$value<br>";} exit;}
    if(!defined("PHP_EOL")){define("PHP_EOL", strtoupper(substr(PHP_OS,0,3) == "WIN") ? "\r\n" : "\n");}
    // Build message.
    function build_message($request_input){if(!isset($message_output)){$message_output ="";}if(!is_array($request_input)){$message_output = $request_input;}else{foreach($request_input as $key => $value){if(!empty($value)){if(!is_numeric($key)){$message_output .= str_replace("_"," ",ucfirst($key)).": ".build_message($value).PHP_EOL.PHP_EOL;}else{$message_output .= build_message($value).", ";}}}}return rtrim($message_output,", ");}
    $message = build_message($_REQUEST);
    $message = $message . PHP_EOL.PHP_EOL."-- ".PHP_EOL."Thank you. Your message has been sent";
    $message = stripslashes($message);
    $subject = "ASA Services Message";
    $headers = "From: " . $_REQUEST['Email'];
    ?>
    </body>
    </html>

    I went through and changed the spry validation fields to just text fields and now everything seems to be working but I do not recieve the email. It gets the error message "invalid email address. Please return to the previous page. Any idea why this is happening? My email address is entered correctly.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <META HTTP-EQUIV="refresh" content="0;URL=thankyou.html">
    <title>Email Form</title>
    </head>
    <body>
    <?php
      $Name=addslashes($_POST['Name']);
      $Email=addslashes($_POST['Email']);
      $PhoneNumber=addslashes($_POST['Phone']);
      $Birthday=addslashes($_POST['Birthday']);
      $DDD=addslashes($_POST['DD']);
      $YYYY=addslashes($_POST['YYYY']);
      $Gender=addslashes($_POST['Gender']);
      $CoverageAmount=addslashes($_POST['CoverageAmount']);
      $CoverageLength=addslashes($_POST['CoverageLength']);
      $TobaccoUse=addslashes($_POST['TobaccoUse']);
      $radioGroup1=addslashes($_POST['RadioGroup1']);
      $radioGroup2=addslashes($_POST['RadioGroup2']);
      $radioGroup3=addslashes($_POST['RadioGroup3']);
      $toemail = "[email protected]";
      $subject = "From PrivateInsuranceBrokers.com";
      $headers = "MIME-Version: 1.0\n"
                ."From: \"".$name."\" <".$email.">\n"
                ."Content-type: text/html; charset=iso-8859-1\n";
      $body =  "First_Name: ".$Name."<br>\n"
              ."Email: ".$Email."<br>\n"
      ."PhoneNumber: ".$Phone."<br>\n"
      ."Birthday: ".$Birthday."<br>\n"
              ."DD: ".$DD."<br>\n"
      ."YYYY: ".$YYYY."<br>\n"
      ."Gender: ".$Gender."<br>\n"
      ."CoverageAmount: ".$CoverageAmount."<br>\n"
      ."CoverageLength: ".$CoverageLength."<br>\n"
      ."TobaccoUse: ".$TobaccoUse."<br>\n"
        ."radioGroup1: ".$RadioGroup1."<br>\n"
            ."radioGroup2: ".$RadioGroup2."<br>\n"
      ."radioGroup3: ".$RadioGroup3."<br>\n";
      if (!ereg("^[a-zA-Z0-9_]+@[a-zA-Z0-9\-]+\.[a-zA-Z0-9\-\.]+$", $email))
        echo "That is not a valid email address.  Please return to the"
               ." previous page and try again.";
        exit;
        mail($toemail, $subject, $body, $headers);
        echo "Thank you for submitting your Life Insurance Request. Our agency will contact you shortly";
    ?>
    </body>
    </html>
    Form Code:
        <h1 align="center">Request A Life Insurance Quote    </h1>
        <div align="center">
          <table border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="590" height="984" valign="top"><form id="FrmLifeQuote" name="FrmLifeQuote" method="post" action="formmail.php">
                  <div align="left"></div>
                  <fieldset class="text">
                    <p align="left">
                      <label for="Name">Name:</label>
                      <input type="text" name="Name" id="Name" tabindex="10" />
                    </p>
                  <p align="left">
                    <label for="Email2">Email:</label>
                    <input type="text" name="Email" id="Email2" tabindex="20" />
                  </p>
                  <p align="left">
                    <label for="Phone">Phone Number:</label>
                    <input type="text" name="Phone" id="Phone" tabindex="30" />
                  </p>
                  <p align="left"> </p>
                  </fieldset>
                <fieldset>
                <p align="left">
                  <legend class="text"></legend>          
                  <p align="left">
                    <label for="Birthday">Birthday:</label>
                    <select name="Birthday" id="Birthday" tabindex="40">
                      <option value="MM">MM</option>
                      <option value="01">01</option>
                      <option value="02">02</option>
                      <option value="03">03</option>
                      <option value="04">04</option>
                      <option value="05">05</option>
                      <option value="06">06</option>
                      <option value="07">07</option>
                      <option value="08">08</option>
                      <option value="09">09</option>
                      <option value="10">10</option>
                      <option value="11">11</option>
                      <option value="12">12</option>
    </select>
                    <select name="DD" id="DD" tabindex="50">
                      <option value="DD">DD</option>
                      <option value="01">01</option>
                      <option value="02">02</option>
                      <option value="03">03</option>
                      <option value="04">04</option>
                      <option value="05">05</option>
                      <option value="06">06</option>
                      <option value="07">07</option>
                      <option value="08">08</option>
                      <option value="09">09</option>
                      <option value="10">10</option>
                      <option value="11">11</option>
                      <option value="12">12</option>
                      <option value="13">13</option>
                      <option value="14">14</option>
                      <option value="15">15</option>
                      <option value="16">16</option>
                      <option value="17">17</option>
                      <option value="18">18</option>
                      <option value="19">19</option>
                      <option value="20">20</option>
                      <option value="21">21</option>
                      <option value="22">22</option>
                      <option value="23">23</option>
                      <option value="24">24</option>
                      <option value="25">25</option>
                      <option value="26">26</option>
                      <option value="27">27</option>
                      <option value="28">28</option>
                      <option value="29">29</option>
                      <option value="30">30</option>
                      <option value="31">31</option>
                    </select><label for="YYYY"></label>
                    <input name="YYYY" type="text" id="YYYY" tabindex="60" value="YYYY" />
                  </p>
                  <p align="left">
                    <label for="Gender">Gender:</label>
                    <select name="Gender" id="Gender" tabindex="70">
                      <option value="Select">Select</option>
                      <option value="Female">Female</option>
                      <option value="Male">Male</option>
                    </select>
                  </p>
                  <p align="left">
                    <label for="CoverageAmount">Coverage Amount:</label>
                  <select name="CoverageAmount" id="CoverageAmount" tabindex="80">
                    <option value="Select">Select</option>
                    <option value="$250,000">$250,000</option>
                    <option value="$500,000">$500,000</option>
                    <option value="$750,000">$750,000</option>
                    <option value="$1,000,000">$1,000,000</option>
                    <option value="$1,250,000">$1,250,000</option>
                    <option value="$1,500,000">$1,500,000</option>
                    <option value="$1,750,000">$1,750,000</option>
                    <option value="$2,000,000">$2,000,000</option>
                    <option value="$2,500,000">$2,500,000</option>
                    <option value="$3,000,000">$3,000,000</option>
                    <option value="$3,500,000">$3,500,000</option>
                    <option value="$4,000,000">$4,000,000</option>
                    <option value="$5,000,000">$5,000,000</option>
                  </select>
              </p>
                <p align="left">
                  <label for="CoverageLength">Coverage Length:</label>
                  <select name="CoverageLength" id="CoverageLength"tabindex="81">
                    <option value="Select" selected="selected">Select</option>
                    <option value="10 Year">10 Year</option>
                    <option value="15 Year">15 Year</option>
                    <option value="20 Year">20 Year</option>
                    <option value="25 Year">25 Year</option>
                    <option value="30 Year">30 Year</option>
                    <option value="UL">UL</option>
                    </select>
                </p>
                <p align="left" class="text">
                  <label for="TobaccoUse">Tobacco Use:</label>
                  <select name="TobaccoUse" id="TobaccoUse" tabindex="90">
                    <option value="Select" selected="selected">Select</option>
                    <option value="None">None</option>
                    <option value="Cigarette">Cigarette</option>
                    <option value="Cigar">Cigar</option>
                    <option value="Pipe">Pipe</option>
                    <option value="Chewing Tobacco">Chewing Tobacco</option>
                    <option value="Nicotine Patch">Nicotine Patch</option>
                    <option value="Gum">Gum</option>
                    </select>
                </p>
                <p align="left" class="text">Have you ever been treated for Cancer, Heart Disease, Stroke, Diabetes, High Blood Pressure, Alcohol or Drug Abuse, Depression, Asthma, or any other similar conditions?                    <br />         
                  <p align="left">
                    <label>
                      <input type="radio" name="RadioGroup1" value="Yes" id="RadioGroup1_0" />
                    Yes</label>
                    <br />
                    <label>
                      <input type="radio" name="RadioGroup1" value="No" id="RadioGroup1_1" />
                    No</label>
                    <br />
                  </p>
                <p align="left" class="text">Have you had more than 2 citations for moving violations in the past three years?          
                  <p align="left">
                    <label>
                      <input type="radio" name="RadioGroup2" value="Yes" id="RadioGroup2_0" />
                    Yes</label>
                    <br />
                    <label>
                      <input type="radio" name="RadioGroup2" value="No" id="RadioGroup2_1" />
                    No</label>
                    <br />
                  </p>
                <p align="left" class="text">Do you do any hazardous activities?
                  <p align="left">
                    <label>
                      <input type="radio" name="RadioGroup3" value="Yes" id="RadioGroup3_0" />
                    Yes</label>
                    <br />
                    <label>
                      <input type="radio" name="RadioGroup3" value="No" id="RadioGroup3_1" />
                    No</label>
                    <br />
                  </p>
                <p align="left" class="text">
                  <input type="submit" name="Submit" id="Submit" value="Request A Life Insurance Quote" tabindex="130" />
                <p align="left" class="text">             
                <p align="left" class="text">           
              </form></td>
            </tr>
          </table>
        </div>

  • IPhone 3G - email works in wifi; doesn't work over 3G or Edge

    Anyone else experienced this problem? Since the middle of this past week, my iPhone 3G cannot send or receive email from my POP account over the 3G or EDGE network. It works fine over WiFi however.
    I took it to the Apple Store where they were able to reproduce the problem, but could not figure it out and promptly replaced the phone. The new phone has the same issue, which leads me to believe it must either be the network or my AT&T account.

    I'm having the same exact problem. I am on my second phone now. Both phones worked originally and now it stopped working again.
    Any solutions would be great.

  • PHP works, but CodeIgniter doesn't?

    Community,
    I've followed both the wiki regarding mysql installation, LAMP installation etc. Added http group and user, configured apache and php. When I run a test file with phpinfo() inside, everything works. But when I try to run my previous codeigniter project, i only get a blank screen in return and then this is what I peek into the logs:
    ERROR_LOG
    [Thu Jan 27 12:12:13 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Thu Jan 27 12:12:13 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
    [Thu Jan 27 12:12:13 2011] [notice] Digest: generating secret for digest authentication ...
    [Thu Jan 27 12:12:13 2011] [notice] Digest: done
    [Thu Jan 27 12:12:14 2011] [notice] Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/1.0.0c DAV/2 PHP/5.3.5 with Suhosin-Patch configured -- resuming normal operations
    ACCESS_LOG
    127.0.0.1 - - [27/Jan/2011:12:14:59 +0100] "GET / HTTP/1.1" 200 1645
    127.0.0.1 - - [27/Jan/2011:12:14:59 +0100] "GET /icons/blank.gif HTTP/1.1" 304 -
    127.0.0.1 - - [27/Jan/2011:12:14:59 +0100] "GET /icons/folder.gif HTTP/1.1" 304 -
    127.0.0.1 - - [27/Jan/2011:12:14:59 +0100] "GET /icons/unknown.gif HTTP/1.1" 304 -
    127.0.0.1 - - [27/Jan/2011:12:15:00 +0100] "GET /aikido/ HTTP/1.1" 200 -
    127.0.0.1 - - [27/Jan/2011:12:15:02 +0100] "GET /pryzmat/ HTTP/1.1" 200 -
    httpd.conf
    [root@p1ohost conf]# cat httpd.conf
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "/var/log/httpd/foo_log"
    # with ServerRoot set to "/etc/httpd" will be interpreted by the
    # server as "/etc/httpd//var/log/httpd/foo_log".
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule reqtimeout_module modules/mod_reqtimeout.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule php5_module modules/libphp5.so
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
    Options FollowSymLinks Includes
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks Includes
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride All
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html index.php
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /var/run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    Include conf/extra/php5_module.conf
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    Miscellaneous
    [piotro@p1ohost ~]$ httpd -v
    Server version: Apache/2.2.17 (Unix)
    Server built: Oct 21 2010 09:11:14
    [piotro@p1ohost ~]$ php -v
    PHP 5.3.5 with Suhosin-Patch (cli) (built: Jan 6 2011 07:17:24)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    [piotro@p1ohost ~]$ mysql --version
    mysql Ver 14.14 Distrib 5.1.54, for unknown-linux-gnu (x86_64) using readline 6.1
    I'm also using CodeIgniter's htacces file:
    CI .htaccess
    [piotro@p1ohost ~]$ cat /srv/http/pryzmat/.htaccess
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /aikido/
    #Removes access to the system folder by users.
    #Additionally this will allow you to create a System.php controller,
    #previously this would not have been possible.
    #'system' can be replaced if you have renamed your system folder.
    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]
    #When your application folder isn't in the system folder
    #This snippet prevents user access to the application folder
    #Submitted by: Fabdrol
    #Rename 'application' to your applications folder name.
    RewriteCond %{REQUEST_URI} ^application.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]
    #Checks to see if the user is attempting to access a valid file,
    #such as an image or css document, if this isn't true it sends the
    #request to index.php
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?/$1 [L]
    </IfModule>
    <IfModule !mod_rewrite.c>
    # If we don't have mod_rewrite installed, all 404's
    # can be sent to index.php, and everything works as normal.
    # Submitted by: ElliotHaughin
    ErrorDocument 404 /index.php
    </IfModule>
    After several hours trying to get my LAMP to work, I'm about to throw my brand new Asus M4A88T-I Deluxe out the window, with that cute quad core processor . Fare well, black box!
    ...But I thought about a little help from my friends. Any logs I've forgotten about will be supplied, if needed.
    Cheers
    Update - I've found out that there's nothing wrong with the server. It's something wrong with CI, thus this would make a CI-specific topic. Please delete the topic.
    Update 2 and solved - A fresh installation of PHP has the mysql module commented out. Uncomment it in php.ini - and it works Cheers!
    Last edited by piotroxp (2011-01-27 14:35:30)

    Hi chrispl:
    Karsten sent you in the right direction with his post. But, perhaps this will help you as well....
    Using MPEG camera clips - like from the Sony Cybershot
    http://www.danslagle.com/mac/iMovie/tips_tricks/6018.shtml
    Sue

  • PHP email works on one domain not the other.

    Hi All
    We have a web server running 10.4.11. This server hosts for many different domains.
    We have these two particular domains with the exact functionality for a given feature...
    "form.html" posts to "email.php" then redirects to "thankyou.html". Not rocket science
    On Domain1.com this works and the exact files on Domain2.com don't.
    No PHP errors, nothing indicative in the httpd logs. Just redirects to "thankyou.html" and never sends the email.
    Completely baffled?

    No PHP errors, nothing indicative in the httpd logs. Just redirects to "thankyou.html" and never sends the email.
    Then it doesn't sound like a PHP issue, but a mail issue.
    The fact that you're getting a redirect, and that redirect comes from the PHP code tells me that PHP is running. I'd look at the code and see how you're trying to send email. Is it, for example, trying to use the local mail service running on the machine, but the mail server isn't running?
    That would cause the messages to queue up (PHP would add them to the queue but the mail server would never get to deliver them).

  • My email app. stopped working.  It doesn't open any accounts

    My email app. stopped working.  It doesn't open any accounts.  It used to but just opens up a blank screen.  Any suggestions?
    Also Safari doesn't open up anything either, but used to.

    try restarting the app
    Normally double tap the 'home' button
    all the active apps will pop up at the bottom
    hold an app
    once the '-' symbol appears release then find the 'hung' apps by scrolling and click the '-' symbol
    click the home key
    then click on mail/safari and see if that helps

  • Email send/receive suddenly doesn't work ; can't change email settings as BB phone won't accept valid username and password -- what to do?

    email send/receive suddenly doesn't work (as of September 24th); I can't change email settings (one suggestion from tech) as BB phone won't accept *valid* username and password -- what to do?
    I understand from a support note that if I keep trying my password/username combination, my BB will eventually delete all data!
    I can't understand this. I'm completely lost now. I can't remember what I've done or tried to do. A plethora of usernames and passwords is swimming in my head.
    Thanks for any hints. I have always loved this BB Bold and have never had any trouble with it.

    But the real question is why for the past year did the passwords work and then all of the sudden after this anomaly the disk password doesn't work?  I'm not 100% sure of what my configuration was, but I know that most of the time it required one password -- supervisor, and occasionally it asked for 2 -- disk password as well I believe.  This may have been related to the Password on Restart setting I think -- asking for the disk password on cold vs. warm boot.  But I know both were exactly the same.  But after this incident only the Supervisor password worked.

  • Email Security Plug-in - Doesn't seem to work with right click or save and send

    I've searched the knowledge base but have not located the answer yet.
    We have the Encrypt Message plug-in installed to flag the email [SEND SECURE].  This works very well when in Outlook.  It does not seem to work when right clicking a file to send outside of Outlook or performing Save and Send from within Microsoft Office.  The add-in still shows and users are clicking it and the Send button but the emails are not going securely.  We are on Microsoft2010 on mostly XP machines.
    How can I get Encrypt Message to work in all instances?
    Thank you.
    Starla

    Andreas
    I am getting an error.  See below for what I'm choosing and the response.  let me know if I'm supposed to be trying to download from another area.
    Thanks
    Starla
    Email Security Plug-in - Doesn't seem to work with right click or save and send
    Cisco IronPort Email Security Appliance C370
    Release:IPAS
    Filename: CiscoEmailSecurity_7-2-0-039.exe
      Remove
    Details
    Release
    IPAS
    Filename
    CiscoEmailSecurity_7-2-0-039.exe
    Release Date
    25/Oct/2011
    Description
    Cisco IronPort Email Security Plug-in (Outlook)
    Size
    32541.84375 KB (33322848 bytes)
    Router Checksum
    0x553f
    MD5
    f0c864697d9e1a3e8f5297062943ac50
    Email Security Plug-in - Doesn't seem to work with right click or save and send
    Save the device to 'My Added Devices' list
    More Info
    'My Added Devices' list could be found by: 1. Clicking on 'My Cisco' Tab and expanding
        the 'Added Devices' section. 2. Selecting any task specific product
       selector and clicking on 'My Added
        Devices' in left pane.
    Email Security Plug-in - Doesn't seem to work with right click or save and send
    Set Cisco Notification Alert
    More Info
    All 'Cisco Notification Alerts' list could be found
    by: 1. Clicking on 'My Cisco' Tab and expanding
        the 'Support Notifications' section.
    Cisco service contract information indicates you are not authorized to download software for the following product(s):
    Cisco IronPort Email Security Appliance C170
    Cisco IronPort Email Security Appliance C370
    Cisco IronPort Email Security Appliance C650
    To download software for other product(s), remove the software for the product(s) listed above.
    Or, if you feel this message is in error, please:
    1. Email technical support for 24x7 assistance. To expedite your request, please include the following information:
             User ID (Cisco.com ID used to download software)
             Contact Name
             Company Name
             Contract Number
             Product ID
             Desired Software Release or File Name
    2. Contact your Cisco Representative, Partner or Reseller to ensure product(s) listed above are covered on a service contract. The Partner Locator link may assist in locating your nearest partner.
    3. Associate contracts for those products to your Cisco.com profile using the Instructions found in Profile Manager. After you submit your additional contracts, verification and updates may take up to 6 hours to complete.

  • Autoreaction doesn't work from client 000 but works from other clients

    Autoreaction doesn't work from client 000.
    More details coming.   Having trouble getting the thread to post.

    We set up a new local auto-reaction.   This is not a central auto-reaction.  The auto-reaction writes a
    message to the UNIX system log /var/adm/messages when a "Security"
    alert i.e. - Logon, RFCLogon, TransactionStart, etc.  occurs.
    The RZ20 alerts are being properly generated and can be seen in both
    the CEN system and the local system. On the local system if I view
    all alerts for the MTE using transaction RZ20 and select one of the
    alerts and choose Edit -> Nodes ( MTE ) -> Start methods -> Start auto-
    reaction method. The auto-reaction writes the message to the UNIX
    system log. If I execute the same procedure in client 000 nothing is
    written to the UNIX system log.
    I've also tried triggering a new alert and running SAPMSSY8 from SE38
    while the alert is still in status ACTION_REQUIRED. If I do this from
    client 010, an entry is written to the unix system log. If I do this
    from client 000, nothing is written to the unix system log. In both
    cases, the status of the alert changes from ACTION_REQUIRED to ACTIVE.
    Since the System Cyclic program ( SAPMSSY6 ) that triggers SAPMSSY8
    always runs in client 000, the auto-reaction never writes the messages
    to the UNIX system log.
    I have been working on this issue for days.  There are several posts and notes relevant to a similar situation with e-mail alerts that are not working from client 000 because SAPCONNECT is not set up in client 000.   However, this auto-reaction does not send an e-mail, so SAPCONNECT set-up should not be necessary.   I've searched Service Marketplace and could not find any notes that resolved the problem either.  
    I've also checked CCMS Self-Monitoring and cannot find any alerts or errors relevant to this problem.
    Does anyone know why the auto-reaction only works from a client other than client 000?
    Best regards,
    Dave

  • Acrobat Pro X 10.1.6 attach to email, Mac Outlook 2011 Doesn't work, but Adobe Reader X 10.1.6 works

    Acrobat Pro X 10.1.6 attach to email, Mac Outlook 2011 Doesn't work, but Adobe Reader X 10.1.6 works.......WHY?!?1?1?!

    Past the contents of the install.log file in the forum.  It's located at:  /var/log/install.log

  • Lancom advanced client doesn't work/start after installing Lion

    After installing the Lion update, Lancom advanced VPN client doesn't respond anymore. The icon jumps but no further reaction. This is not funny at all because I need this tool for my business..... What can i do?

    Problem solved! After re-installing the Lancom VPN advanced client and restart of the iMac, it is working fine!

  • Is there a working soulseek client for snow leopard ?  doesn't crash, pretty functional ?  can't compile nicotine, wont get a dock icon.

    is there a working soulseek client for snow leopard ?  doesn't crash, pretty functional ?  can't compile nicotine, wont get a dock icon.

    Try
    https://discussions.apple.com/community/mac_os/mac_os_x_technologies#/?tagSet=10 48

  • TS3276 provider email works fine, email client goes offline

    our mac mail keeps getting kicked off line, while the provider email works fine

    What exactly do you mean by "mac mail?" An iCloud account?

  • TS3999 I am receiving an error message "setup can't continue because outlook isn't configured to have a default profile" I have checked all defaults are on in outlook. Please help, can't sync my calenders or contacts, but the email works fine in outlook.

    Can't get my Icloud to connect to outlook. Error message - setup can't continue because outlook isn't configured to have a default profile.  Help! Can't sync my contacts or calender with my other devices. Email works fine.  Steve

    I've looked at the Microsoft support info and it doesn't reveal anything new. I looked up the eM Client software and have decided to give it a try. I've been using Thunderbird and Gmail for years, but the issue of keeping contacts in snyc accross platforms led me to try Outlook as supposedly compatable with iCloud. Thanks for eM Client tip. It seems to work well and I'll be testing it for the next few weeks. While I'd still like to be able to solve the issue with Outlook (I'm not used to being defeated by software), I've got plenty of other things to keep me busy and a working solution is the priority here.
    Thanks for the tip!

  • Send email works for one user and not another ?!

    Hi there
    Am Apex Newbie and am developing in-house helpdesk / ticket / call logging / issue tracker type system ..
    Am putting final bells and whistles on app like sending email on raising of a problem. This is being done via Apex_Mail using new Send Email page process attached to a button.
    I.e it's not being done via UTL_SMTP explicitly in a trigger or anything.
    Here's the problem for userA the sending of email works perfectly for userB it doesn't work .. does anyone have any suggestions as to what may be wrong ?
    I thought I read somewhere that UTL_SMTP wasn't granted publicly in Apex and had to be explicitly given to individual users but I may well be mistaken.
    Any help / suggestions gratefully received .. all I can think of doing is logging onto Apex Admin and looking at the mail queue and see if that will give me any clue but Apex Admin is not really my bag per se ?!
    Thanks in advance
    Wiggywig

    Hi,
    Can you see any error from Apex logs?
    Check mail queue and mail log
    http://download.oracle.com/docs/cd/E17556_01/doc/admin.40/e15521/adm_mg_service_set.htm#sthref348
    What email address you use in From field?
    Somehow I think this relates more to SMTP server policy about sender than Apex.
    Regards,
    Jari

Maybe you are looking for

  • Sims 3 freezing

    I have played Sims 3 on my MacBook Pro for the longest time.  But since I upgraded to Lion it has been freezing within 3 minutes of starting a game.  Has this happened to anyone else?  And does anyone know whats wrong/how to fix it?

  • JComboBox.removeAllItems event in 1.4.2

    I've just installed 1.4.2 and noticed that JComboBox.removeAllItems now fires an ActionEvent which it didn't do in 1.4.1. This was a little inconvenient for me as I was using this event to update another field when a new selection was made in the com

  • Trying to install IIS Powershell snap-in

    Installed Powershell 4.0 on our Win2008 servers.   Wanting to install IIS powershell snap-in to help automate IIS management. Went to this URL: http://www.microsoft.com/web/gallery/install.aspx?appsxml=&appid=IISPowershellSnapin%3bIISPowershellSnapin

  • Get hostname from AIR?

    I'm writing a Flash-in-browser to AIR-on-desktop app. I can get the two to communicate via the LocalConnection API's, but AIR and Flash appear to think differently about what domain they're in. Even though the browser and AIR apps are on the same mac

  • Recommendation for setting up Data Guard for EBS R12 12.1.3

    Hello Experts, I would like to get some experts opinion and recommendation on setting up Data GUARD for EBS R12.1.3 running on Linux based systems. Firstly I would wanna let you all know that I am just geek in this subject matter so do excuse me for