Contact / email form problem

I am adding a contact / forward email form to a website I am building and ran into a snag. I have the Adobe Classroom in a book for AS3, and in chapter 13 it gives me the code, along with a start file and completed file. The problem is, the completed file doesn't work. The code links up to a web address that has the PHP file that generates the email. Has anyone else had a problem with this? I have access to a server running PHP and uploaded it there and redirected the AS code in the example and still nothing. And yes, I have checked the book website for updates. Relevant code follows.
Thanks,
Jeff
var variables:URLVariables = new URLVariables();
var mailAddress:URLRequest = new URLRequest("http://www.turnkeycreations.com/clients/tgc/email.php");
name_txt.tabIndex = 1;
email_txt.tabIndex = 2;
subject_txt.tabIndex = 3;
note_txt.tabIndex = 4;
print_btn.tabIndex = 5;
send_btn.addEventListener(MouseEvent.CLICK, onSubmit);
function onSubmit(e:Event):void {
    variables.sName = name_txt.text;
    variables.sEmail = email_txt.text;
    variables.sMessage =variables.sName + " has sent this note:" + "\n\n"+note_txt.text;
    variables.sSubject = subject_txt.text;
    mailAddress.data = variables;
    mailAddress.method = URLRequestMethod.POST;
    sendToURL(mailAddress);
    feedback_txt.text = "Your mail has been sent";
PHP:
<?php
$sendTo = $_POST["sEmail"];
$subject = $_POST["sSubject"];
$headers = "From: " . $_POST["sName"] . "<" . $_POST["sEmail"] .">\r\n";
$headers .= "Reply-To: " . $_POST["sEmail"] . "\r\n";
$headers .= "Return-path: " . $_POST["sEmail"];
$message = $_POST["sMessage"];
mail($sendTo, $subject, $message, $headers);
?>

I guess technically it does work, I sent it to another address to test it again. The problem is,
the address I used first is (not real) [email protected]  .  It has a period before the first and last name. Could this be the problem? If so, how do I fix?

Similar Messages

  • Problems with contact email form

    Hi there,
    So I've been having lots of problems with getting an email form to work in my flash website.
    The contact email form I've been attemping to get to work can be found here:
    http://www.webdesignmo.com/blog/2008/08/14/flash-contact-form-in-actionscript-3/
    When I start a new flash movie from scratch and follow the instructions on the site, everything works great. However, when I try to create this form within a movie symbol within my current flash site, nothing works at all. I've tried placing the submit button within the movie symbol and without and neither works. I guess my question is, why would this happen? In which circumstances would placing a form like this inside of a movie prevent the form from functioning? For instance, when I tes tthe movie, fill out the form and press the submit button, nothing happens.
    Can I get some advice for whether I need to rethink implementing this form into a current flash video and what things I should check for?
    Thanks so much!
    Using CS3 btw.

    you probably have path problems.  use the trace() function to help debug your flash.

  • Muse CC 2014 contact web forms problems

    Hi I recently created a website using muse cc 2014 and I uploaded it to the hosting server a free one at freehosting.com I set up everything I know of and when I uploaded the site using muse it gave a error message saying something about PHP mail??? I setup the mail account for my admin user and entered that in the muse contact form. If I test the contact form I do not get the messages and I even added a email to have it forwarded to my yahoo account. If I go in my email account and enter the hosting email account I however do see the message on the server's webmail page and it gets forwarded to the email I set to be the forward email. I checked everything and I'm really confused as what needs to be done. I also submitted a ticket asking customer service they have yet to respond. To note I'm using a free hosting company as it's just a personal website that I don't need all the fancy stuff just the basic needed components to make it work. my website does show up and the pages work EXCEPT the contact form which is needed and important. I ran the script and this is the results
    PHP Version - OK
    mail configured incorrectly
    SQL configuration problem
    The last two  items I really don't understand what is the problem
    Im using Cpanel and here is some basic info on the  host server. Please help me. Thanks
    Hosting package
    Free Website
    Server Name
    customers
    cPanel Version
    11.44.0 (build 16)
    Theme
    x3
    Apache version
    2.4.9
    PHP version
    5.4.26
    MySQL version
    5.5.37-cll
    Architecture
    x86_64
    Operating system
    linux
    Shared IP Address
    Path to sendmail
    /usr/sbin/sendmail
    Path to Perl
    /usr/bin/perl
    Perl version
    5.10.1
    Kernel version
    3.14.3
    cPanel Pro
    1.0 (RC1) 

    What would be the fix or proper setup for the "SQL configuration problem?" I too am having form problems on a third party host, and after checking the PHP diagnostics, the "php version" reads ok, the "mail configuration" is ok, but the SQL configuration is not.
    I guess I just need to know what I need to communicate to the hosting administrator about the SQL so they will configure it properly.
    Thanks

  • Spry, Mousover-Buttons and Email-Form problem. Site is 100% error free.

    My site: http://www.wientjesvoegwerk.nl/
    Its xhtml1.0 and css validated.
    I have a few problems however.
    This was how i did it first:
    <li class="TabbedPanelsTab" tabindex="0">
              <style>#Home a{display:block;color:transparent;} #Home a:hover{background-position:left bottom;}a#Home {display:none}</style>
              <table id="Home" width=0 cellpadding=0 cellspacing=0 border=0><tr>
              <td style="padding-right:0px" title ="Home">
            <a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(../Buttons/Home.png);width:172px;height:75px;display:block;"><br/></a></td>
              </tr></table>
              </li>
    As you see i use Spry tabbed panels. In a tab i put code wich shows a button with mouse over.
    Changing the code so my site would be 100% validated resulted in a broken button.
    The button works but loses its mouseover function.
    This is it now:
    <li class="TabbedPanelsTab">
            <table id="THome" >
              <tr>
                <td style="padding-right:0px" title ="Home"><a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(Buttons/Home.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
    I tried everything. When using the code above the validator has errors, when using the one below, i lose mouseover...
    The validator says <style> tag isnt allowed.
    How do i solve this problem? I hope someone can help me out...
    Also i have another problem.
    I searched for safe email forms and hit this site: http://www.webbyzone.com/2010/01/10/make-xajax-phpmailer-contact-forms-work/
    It looks pro but i cant get it working. A little help would be appreciated...
    And i cant get my footer down to the bottom since i used Spry. Any help here also would be nice.
    xhtml site:
    <!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" />
         <title>Wientjes Voegwerk &amp; Renovatie - Home</title>
        <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
        <link href="CSS/Style.css" rel="stylesheet" type="text/css" />
         <meta http-equiv="Content-Language" content="NL" />
         <meta http-equiv="imagetoolbar" content="no" />
         <meta name="MSSmartTagsPreventParsing" content="true" />
        <meta name="description" content="Wientjes Voegwerk en Renovatie is een voeg- en renovatiebedrijf gespecialiseerd in gevelrenovatie. Dagelijkse werkzaamheden zijn het voegen van nieuwbouwwerk, en alle voorkomende vormen van gevelrenovatie. Ik geef uw woning, garage of schoorsteen de aandacht die het verdient en ben trots op het resultaat van mijn werk!"/>
        <meta name="keywords" content="Voegwerk, Renovatie, Reinigen, Impregneren, Muur, Voegen, Steen, Woning, Garage, Schoorsteen, Bedrijf, Gevel, Wientjes, Uitslijten, Kappen, Fundering, Vorstschade, Metselen, Metselwerk, Vocht" />
        <meta name="author" content="Rob Nijlaan" />
    </head>
    <body>
    <div id="WContainer">
           <div id="WHeader" align="center">
             <img src="Pictures/VoegenRenLos.png" width="540" height="58" alt="Voeg en Renovatiebedrijf" /><br />
        <img src="Pictures/WientLogo.png" width="600" height="136" alt="Wientjes Voegwerk &amp; Renovatie" /></div>
         <div id="TabbedPanels1" class="VTabbedPanels">
           <ul class="TabbedPanelsTabGroup">
           <li class="TabbedPanelsTab">
            <table id="THome" >
              <tr>
                <td style="padding-right:0px" title ="Home"><a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(Buttons/Home.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
          <li class="TabbedPanelsTab" >
            <table id="TInfo" >
              <tr>
                <td style="padding-right:0px" title ="Info"><a href="javascript:TabbedPanels1.showPanel(2);" title="Info" style="background-image:url(Buttons/Info.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
          <li class="TabbedPanelsTab" >
            <table id="TGallerij" >
              <tr>
                <td style="padding-right:0px" title ="Gallerij"><a href="javascript:TabbedPanels1.showPanel(3);" title="Gallerij" style="background-image:url(Buttons/Gallerij.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
          <li class="TabbedPanelsTab" >
            <table id="TContact" >
              <tr>
                <td style="padding-right:0px" title ="Contact"><a href="javascript:TabbedPanels1.showPanel(4);" title="Contact" style="background-image:url(Buttons/Contact.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
          <li>
            <p class="footer"><br />
              <br />
              <br />
              <br />
              <br />
              Wientjes Voegwerk en Renovatie<br />
              <br />
              tel; 06 - 221 464 28<br />
              <br />
              kvk; <br />
              <br />
              <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
            alt="Valide CSS!" /> </a><br />
            <a href="http://validator.w3.org/check?uri=referer"><img
            src="http://www.w3.org/Icons/valid-xhtml10-blue"
            alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> </p>
           </li>
          </ul>
           <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent" id="Home">
                       <h1>Welkom Bij Wientjes Voegwerk en Renovatie!</h1>
          <p>Wientjes Voegwerk en Renovatie is een voeg- en renovatiebedrijf gespecialiseerd in gevelrenovatie.<br />Dagelijkse werkzaamheden zijn het voegen van nieuwbouwwerk, en alle voorkomende vormen van gevelrenovatie.<br />Ik geef uw woning, garage of schoorsteen de aandacht die het verdient en ben trots op het resultaat van mijn werk!<br /><br />Wientjes, J </p>
          <h2>Voegen/Renovatie/Reinigen &amp; Impregneren. </h2>
    <table border="0" align="right"><tr><td>
    <a href="Foto/Foto's telefoon1 075.jpg"><img src="Foto/Foto's telefoon1 075.jpg" alt="Muur met Steiger" width="379" height="354" align="right" />
    </a></td></tr><tr><td><center>klik op de foto voor een groter voorbeeld</center></td></tr></table>
      <p>Vaak wordt er bij het kopen van een woning weinig aandacht besteed aan het voegwerk. Er wordt alleen gekeken naar hoe een woning is gebouwd.<br />Een voeg bepaalt echter wel het aanzicht van een woning. Van een goed aangebrachte voeg heeft u uiteraard veel langer plezier. <br />Renovatie bestaat voornamelijk uit het uitslijpen of kappen van het oude voegwerk. Waar nodig het verwijderen van scheuren die zijn ontstaan door:</p>
      <ul>
        <li>
          <p>
            Verzakking van de fundering
          </p>
        </li>
        <li>
          <p>
            Slecht voegwerk
          </p>
        </li>
        <li>
          <p>
            Vorstschade
          </p>
        </li>
        <li>
          <p>
            Doorhangen of ontbreken van ...
          </p>
        </li>
      </ul>
      <p>Bij gevelvervuiling van uw woning kunnen er problemen ontstaan die het wooncomfort negatief kunnen beïnvloeden.<br />Wanneer de voeg is aangetast of het metselwerk is door vorstschade beschadigd, kunnen er vochtproblemen in huis ontstaan.<br />Mos en alg hechten zich goed aan beschadigde stenen en voegwerk. <br /><br />Door middel van impregnering wordt een woning waterafstotend gemaakt.<br />Dit betekent dat het voeg- en metstelwerk jarenlang wordt beschermd tegen weersinvloeden. <br />Ook is impregnering beter voor de isolatie van de woning.</p>
    <p align="left"><img src="Pictures/TelnrLos.png" width="525" height="49" align="top" alt="Telefoonnummer"/></p>
                             </div>
                       <div class="TabbedPanelsContent" id="Info">
                    test2
                       </div>
                       <div class="TabbedPanelsContent" id="Gallerij">
                    test3
                       </div>
                            <div class="TabbedPanelsContent" id="Contact">
                    <?php echo '<div id="contact_result">'.$form.'</div>'; ?>
                    </div>
        </div>
        </div>
        <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script>
         <div id="WFooter" align="center">
             <p class="footer">Wientjes Voegwerk &amp; Renovatie     ,    03- '02         »        Site by ;    <b>Rob Nijlaan</b>        »        Problemen of vragen over deze site?    -    <b><a href="mailto:[email protected]">[email protected]</a></b></p>
         </div>
    </div>
    </body>
    </html>
    CSS script:
    @charset "utf-8";
    /* CSS Document */
    html,body {
         height:100%; /* needed for container min-height */
         width:100%;
         background: #FFFFFF url(../Pictures/Background.png) no-repeat center;
         color:#000;
    h1{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color: #595999;
    font-weight: bold;
    font-style:italic;
    font-size: 230%;
    h2{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color: #595999;
    font-weight: bold;
    font-size: 180%;
    p{
    font-family: "Verdana", verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    .footer{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-size: 70%;
    text-align:center;
    #WContainer{
         position:absolute;
         margin:0 auto;
         width:80%;
         background:none;
         height:auto;
         height:100%;
         min-height:100%;
         margin-left: 10%;
         margin-right: 10%;
    #WHeader{
         height: 195px;
         width:100%;
         margin-bottom: 10px;
         margin-left: 0px;
         margin-right: 10px;
    .VTabbedPanels .TabbedPanelsTabGroup {
         float: left;
         width: 172px;
         height: 75px;
         background-color: #FFF;
         position: relative;
         border-top: solid 0px #FFF;
         border-right: solid 0px #FFF;
         border-left: solid 0px #FFF;
         border-bottom: solid 0px #FFF;
    .VTabbedPanels .TabbedPanelsTab {
         float: none;
         margin: 0px;
         border-top: none;
         border-left: none;
         border-right: none;
    .VTabbedPanels .TabbedPanelsContentGroup {
         margin-left: 220px;
         width: auto;
         height: auto;
         min-height:50%;
         max-width:83%;
         min-width:500px;
         padding: 20px 20px 20px 20px;
         border-left: solid 1px #999;
         border-bottom: solid 2px #999;
         border-top: solid 1px #999;
         border-right: solid 2px #999;
    #WFooter{
         clear:both;
         height: 30px;
         margin-top:1px;
    ul
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    li
    list-style-type: none;
    padding: 0px;
    margin: 0px;

    I finnaly knew what was wrong with the buttons.
    This is my renewed code:
    HTML:
    <li class="TabbedPanelsTab">
         <table class="Button">
              <tr>
                   <td style="padding-right:0px" title ="Home">
                        <a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(../Buttons/Home.png);width:172px;height:75px;display:block;"><br /></a>
                   </td>
              </tr>
         </table>
    </li>
    CSS:
    .Button a{display:block;}
    .Button a:hover{background-position:left bottom;}
    a.Button {display:none}
    My only problem is the Footer that is in top instead bottom.
    And the mail form from: http://www.webbyzone.com/2010/01/10/make-xajax-phpmailer-contact-forms-work/
    wich wont work so far...

  • Email form problems

    I am trying to get a simple as2 email flash cs3 form to work
    on our goDaddy hosted server. They are not sure how to help. Their
    advice is to change the extension from .php to .php5. Does anyone
    have as2 Flash script and php script that will make a email form
    work on goDaddy? I am posting my code for both that does not work
    now.

    Hi kglad. One. not sure how to "use the onData event of
    receiveLoad and see what error message you're getting." Sorry,
    don't use as2 very much. Two. I am doing all this on the same
    domain, so there should not be any security issues.
    I asked goDaddy what the problem might be and this was their
    (snarky) reply;
    "As you have already been informed, when using a flash form
    on your site, in the scripting for the form you will need to
    reference our SMTP server at relay-hosting.secureserver.net and
    this server does not require authentication."
    They gave me this code a couple of days ago and told me to
    stick this into my PHP code. It didn't help.
    This is beyond me I am afraid.

  • Downloaded audiobook but only downloaded Part 1 of 2??!!!? How can I get Part2? Who do I contact re downloading problems? I see no email address for a support team etc th ks

    Downloaded an audiobook to my ipad but I have just realised it's only downloaded Part 1 of 2??!!!?
    How can I get Part2?
    Who do I contact re downloading problems? I see no email address for a support team etc.
    Thx in advance

    I feel your pain. I awoke this morning to check my text messages on my iPhone (I'm away working in Norway) only to notice a text my girlfriend sent over the night. The title bar over the message listed her Italian mobile number instead of her name. I thought that odd, only to realize that virtually all of my contacts have disappeared from the iCloud. Even more strange, there appears to be no order, rhyme nor reason, or any form of sense as to what has been deleted. If this (and a few other issues I have with post-Jobs Apple) is indicative of Apple's trajectory, they're not going to be around long. I'm beyond ******-off over this and I'll be thinking very hard about buying Apple products in the future.

  • Problems with email form in Flex

    I've been scouring the web for an email form in Flex for several days now and am stuck because of what I think are these several areas.
    Setting up the back end - I am running wamp server 2.0 on my devolping machine and have a Windows 2008 Server with PHP set up at my disposal as well.  Most of the tutorials I've come across don't go over these configurations, I've figured a few things out, but am still rather in the dark and am unsure what I've learned is accurate.  Here are a couple questions:
    How do I set up the Flex Build Path.  For example I have a folder created in the www directory of the wamp server named mailform where I tell the HTTPService's url property to post to a php file named 'mail.php'  So would this be correct?
    <mx:HTTPService 
    id="emailService" url="http://localhost/mailform/mail.php"
    method="POST" resultFormat="xml" result="emailResult()" useProxy="false"/>  
    Do I need to change values in wamp's php.ini file.  From what I've found smtp_server, smtp_port, and php_openssl need to be changed.
    Do I need to open up a port on my router (25)?
    Would I need to use an alternative app like PEAR: Mail or phpMailer.  For testing purposes I'm using my gmail account, the client's site this is for uses a bellsouth.net account.
    2. Are problems still persisting with Flash Player 10, like illustrated in this thread: http://www.actionscript.org/forums/showthread.php3?t=196454  As msfx pointed every email form example I've downloaded, there've been many, I have not been able to get to work.  Yet as you can tell there are probably other issues I need to take care of as well.
    Please point me in any direction(s) that will help, am open to all suggestions, would just like to get a working email form done in flex so I can finish the client's site.  Thank you.

    "italiantometa" <[email protected]> wrote in
    message
    news:gk5em7$3s7$[email protected]..
    > Hi Amy,
    >
    > This isn?t spam and I hope you get the email. The tilt
    viewer is a
    > component
    > that allows the images on the screen to be moved about
    from a central
    > point in
    > a see-saw fashion ? kind of like a flat panel can be
    tilted
    > up/down/left/right.
    > I?m looking for someone with FLEX, AS2 and AS3
    experience to take a look
    > at
    > this and fix it for us. Interested?
    Is this a Flash component or a Flex component? What's the
    issue?

  • Customization of the Contact Create form

    Hi Gurs,
    I am fuacing a Problem in the Contact Create form for customization.
    In this form while saving the contact it shows the pop up as "both first name and last name or atlease one should be filled for create contact" here my requirement is to make another 2 more fields phone and email as mandatory
    for that i have done forms personalization and done validation for those 2 fields in Custom.pll.
    Here whats happening is, as those two fields are required ,with out entering date to those fileds and given to first name only then clicking on the save button contact is creating but,when ever the fields in the form are mandatory(required) meens those should be filled other wise it will not allows us to save....why it is happening like this way???
    i tried using raise form trigger failure also in the custom.pll but no use.
    please help me to solve this issue.
    Thanks,
    Geetha.

    hi,
    Why can't u go for a PL/SQL procedure.
    that would more easy.
    And now , are using the query returned values for some display . In the sense . are you going to display these values in a web page or going write these values into a file.
    For both of the issues PL/SQL Procedure is a better option.
    bye,
    Trinath Somanchi.

  • Email password problems

    BT email passwords are correct but my connection through Thunderbird keeps getting rejected. Being getting worse for the last few days and won't work at all today.

    Hi Jay27,
    Thanks for posting. If you’re still having problems with your passwords I can look into that for you. Drop me an email with the details, you’ll find the “contact us” form in the about me section of my profile.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Email form guru needed

    Hi,
    Any help greatly appreciated from an email form guru!
    I have a email form that returns emails to my address - but no others. It is laden with a load of content and HTML. I have checked spam filters and junk inboxes and I'm at a loss as to why this would be happening. I have set up numerous email accounts but only two accounts I have had for ages work. Other emails from the same server are received by the same email host - so I don't think they are being blocked, unless that happens automatically when there is a large volume of html in the email. This still doesn't explain why I get the emails and no one else does.
    Thanks in advance!
    See http://www.recruitercritic.com/smarterhire-std-exit-survey.htm which goes to a php send form with the following code:
    Smarterhire exit interview:
    First name
    {$_POST['First']}
    Last name
    {$_POST['Last']}
    Title
    {$_POST['Title']}
    Organisation
    {$_POST['Organisation']}
    Contact number
    {$_POST['Contact_number']}
    email
    {$_POST['email']}
    Date joined
    {$_POST['When_joined']}
    Last date
    {$_POST['Last_day']}
    Survey requested by
    {$_POST['survey_recip']}
    Recipient email contact
    {$_POST['recip_email']}
    Why joined
    {$_POST['why_joined']}
    Role expectations
    {$_POST['Role_expectations']}
    Role expectations differences
    {$_POST['Role_differences']}
    $message_body
         Reasons for leaving:
    Was remuneration a consideration in your leaving?
    {$_POST['rem']}
    Was redundancy...
    $message_body
         Job satisfaction:
    Was the support and resources required to fill your role adequate?
    {$_POST['Support_radio']}
    The following....
    $message_body
         Exiting employees departure information:
    Which of the following best describes your departure?
    {$_POST['New_destination']}
    If applic....   End;       $headers  = "MIME-Version: 1.0\r\n";      $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";      $headers .= "From: ".$_POST['email']." <".$_POST['first'].">\r\n";       mail($to, $subject, $message_body, $headers);      header ("Location: /exit-int-thankyou.htm");      exit;  }else{      header ("Location: /smarterhire-std-exit-survey.htm");      exit; }  ?>

    Ok, I am trying to understand the problem.
    If I understand correctly the php script works, it is just an issue of trying to send it to other email addresses.  Is that correct?
    You have been able to successfully reconfigure the php script to send to at least 1 other email address.  Correct?
    When you try some other email addresses they email from the form handler doesn't arrive.  Correct?
    Are the other email addresses at another domain than recruitercritic.com?
    Can you send to more than one address at the same time?  If so what happens when you send to the original email address and one of the others?
    Well, since the script works with the original email, and you are able to successfully modify the script to direct to at least one other email address then it seems that the script is working just fine.  I don't think you have a code issue.  I don't know how heavily formatted the emails are but it is possibly that the emails are getting blocked by the spam filters on the receiving email servers.  You might check http://mxtoolbox.com/ and see what your mail server IP is and what it's reputation is.  If it is on some blacklists that could account for it being blocked by filters on other servers. If that is the case then you should work on getting off any blacklists you are on.

  • My email forms are not working with one website, but are for my others, all hosted by the same host....

    I cannot get my email forms to work for one of my live sites... They work when I published to business catalyst, now they do not. I have contacted the host and they cannot seem to see the issue, as the other sites they host for me, the forms work just fine... Please help, I am about to punch a hole through my computer...
    -Travis

    Whatever happened, it sounds like you need to reset your phone. As contacts and messages seem to have gone they would be lost anyway unless they were on the SD card and/or backed up using Nokia Suite.
    I'd suggest you reset the phone by dialling *#7370# followed by the security code which is 12345 by default (is asked). The phone will reset and you should be able to use it again afterwards.
    Let us know what happens..
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Emailing form to bounce back to swf(???)

    I'm having some trouble getting a froms info to bounce back
    to the flash so that I can let the veiwer know that their info has
    been sent. --- I am sending the info to a php file--
    I have this at the buttom of my code--
    blah, blah, blah
    formData.sendAndLoad("email_request.php", formData, "Post");
    I have found some code that reads---
    formData.sendAndLoad("email_request.php", retData, "Post");
    retData.onLoad = function(success)
    if(success)
    if(retData.retVal == "okay")
    gotoAndStop(18);
    else
    //Handle error
    when i put this in and switch the "formData to "retData" it
    doesn't send at all.
    In my php code I have---
    <?
    include 'init.php';
    mail ("[email protected]", "All Type Accounting Contact Us
    Form",
    The following is input from the request info page.
    Please respond to $name at $email in 2-3 business days.
    -----------------------------Basic
    Information----------------------
    name: $name1
    email: $email
    phone: $phone
    address: $address
    description: $description
    size1: $size1
    price: $price
    Please contact $name immediatly via phone.","$name\n");
    if(mail(success))
    print &retVal = "okay";
    else
    print &retVal = "error";
    ?>
    Any suggestions???
    sorry such a long post.
    thanks,
    hutch

    A number of posters are reporting this problem. It could be a problem with the Yahoo server. If deleting and setting up thevaccount again is not the solution then give it a few hours.

  • Is it possible to sync one iPhone to two Macs? One for the music library and one for contacts, emails etc

    At home I have two Macs, one for work and another which acts as a sort of entertainment hub storing all my music, podcasts and videos as well as being for the family to use.
    Is it possible to sync my one iPhone to both Macs, with the work one just syncing things like my contacts, emails, calendars and apps while the other Mac would sync just the podcasts and music to the iPhone.
    Would this cause any problems and what is the correct way to go about this?
    Thanks for any help, tips and advice.

    As wjosted said, it's possible, but it's not recommended.
    Email does not sync with a computer. Only email account information is. Mail itself is synced with the mail server.
    Why not just sync with the computer you keep your media on and use iCloud (or whatever cloud service you want) to sync the rest? Seems simpler to me.

  • How do I increase the number of characters in the Contact Email?

    When adding a contact email to a folder I am limited to only 30 characters! This is most frustrating because once you have added the email address of the company this only allows you to have a name of less than 15 characters long!!!!
    How I can change the default email from 30 to 50 characters long please?

    Thanks Jerry
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jerry Silver ([email protected]):
    You can upgrade to release 3.0.9. The problem is fixed.
    Regards,
    Jerry<HR></BLOCKQUOTE>
    null

  • Smart Form problem with address layout

    Hello everyone,
    I need your help please for a smart form problem. We need the address layout for great britain with street1, street2 etc. but currently street2 is alligned before street1.
    We are using the FM ADDRESS_INTO_PRINTFORM (SAP standard address node) and according to the documenation the layout for GB is different as we see it currently.
    We have checked the sold-to and all contact persons, they have as country GB and language EN maintained.
    In customizing for address screen layout there is nothing chosen (tested to set up Europe, but did not change anything).
    For the customizing 'specify my countries...' we have maintained GB as country with the address layout key 006, vehicle country key GB and language key EN.
    For the described setting shouldn't there be designed the address in our smart forms according to 006? Anyhting in customizing we missed?
    Thanks a lot for your answers.
    Torsten

    Hi,
    Try to use line priority of FM, below is a brief of documentation. You can read it more in FM documentation:
    Control Parameters
    See also the parameter documentation.
    ADDRESS_TYPE - Address type (from 3.0C)
    There are three types of address:
    Address type '1': addresses of firms or organizations; the address
    structure which is used in most SAP applications as 'Address'.
    Address type '2': address of a person
    Address type '3': work address, usually the address of a contact person
    in a company
    The default value SPACE for the address type is handled like type '1',
    and is needed for the upwards-compatibility of the function module.
    Which parameters are used for which address type is explained in the
    ADDRESS_TYPE parameter documentation.
    The three character "address layout key" of the recipient country (LAND1) controls which of the available country-specific routines is used to format addresses for the country in question. This key is stored in field T005-ADDRS and is entered in Customizing under Global settings -> Set countries -> Define countries, on the detail screen under "Address layout key".
    Keys for customer routines in the SAP enhancement SZAD0001 can be
    maintained via the transaction SM30 (extended table maintenance),table
    name T005A, in the customer name range, and be assigned in country customizing.
    The address attributes are passed in the structures ADDRESS1 (type 1), ADDRESS2 (type 2), ADDRESS3 (type 3) or ADRSWA_IN (type SPACE).
    NUMBER_OF_LINES (ADRSWA_IN-ANZZL)
    The number of lines available for the address layout. If the number of
    lines is not sufficient for the complete layout of an address, then
    lines are consecutively suppressed according to the rules of the country in question. Use the parameter LINE_PRIORITY (ADRSWA_IN-PRIOR) overrules the standard sequence in which the output lines are to be suppressed.
    LINE_PRIORITY (ADRSWA_IN-PRIOR)
    If not equal to SPACE, this field overwrites the standard sequence in
    which the lines are suppressed if the available number of lines ANZZL is
    insufficient.
    The standard sequence is defined as follows:
    Type 1:   'AP43HRT7I86LC2BS5O'       (GB:  'APRT4327I86CBS5LO')
    Type 2:   'APHRT7I86LCBS5O'          (GB:  'PRT7I86CBS5LO')
    Type 3:   'APF43HR7I86TLC2BSND5O'    (GB:  'APRT4327I86CBS5LNDIO')
    where (if they occupy a line of their own):
    A = Title
    P = Mandatory empty line 1
    F = Function of the contact person in the company
    4 = Name 4
    3 = Name 3
    H = Different city
    R = Region
    T = District
    L = Name of country
    C = Postal code
    T = District
    7 = Street 3 (field STR_SUPPL2)
    I = Street 5 (field LOCATION)
    8 = Street 4 (field STR_SUPPL3)
    6 = Street 2 (field STR_SUPPL1)
    L = Country
    C = Postal code
    2 = Name 2
    B = PO Box
    S = Street or PO Box
    5 = c/o name
    N = Name (and title) of a person
    D = Department
    O = City
    Which of these attributes are available for maintenance can vary. All
    fields exist in Business Address Services.
    STREET_HAS_PRIORITY (ADRSWA_IN-WAREN)
    'X': Street has priority over PO Box (delivery address for example)
    ' ': PO Box has priority over street. This is the default value.
    regards,

Maybe you are looking for

  • How to find out vulnerability in network

    Dear Team can u suggest how to fix up network vulnerabilities in network let say in firewall internet router 2821 what is the procedure to carry out such kind of things ifrom inside and outside . suggestions and solutions will be appreciated. Thanks

  • Exception Type:  EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001

    Please provide a well thought of answer that is constructive to the error that is posted in its entirety below: Before you post a reply, please note that I have already done the following, reinstalled software, contacted tech support for the software

  • Inserts using Automatic Row Processing (DML)  should not clear cache

    Hi, I am using APEX 4.0.1.00.03. I created a form on a table for inserts and updates. After I do an insert, the Automatic Row Processing (DML) clears cache for all items on the page. But the user wants to see the data he inserted without having to qu

  • Navigation buttons freeze with some websites

    I lately started to get the navigation buttons (previous, next, reload) to stop working with some sites. I started to get this problem in FF 3.6 a couple of weeks ago, and after I upgraded to FF 4.0. It does not have a rule when to happen or in which

  • I installed Oracle database 10g on SLES8

    I installed Oracle database 10g on SuSE Linux Enterprise Server 8 edition. But this meassgae pop up when I used my browser firts time before start database. Actually when I clicks on yes to start database. The web browser you are using is not optimiz