Activity Stream
48,167 MEMBERS
65604 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1.     
    #11
    Member
    Website's:
    GoogleStore.org
    <?php
    if(isset($_POST['contact'])) {



    $sendmail = 'receivinginbox@mail.com'; //should be my mail id...right?
    $clientmail = $_POST['email'];
    $name = $_POST['name'];
    $message = $_POST['message'];



    // if ($clientmail == '') {
    // header('Location: contact.php?error=incomplete');
    // exit();
    // }

    // if ($message == '') {
    // header('Location: contact.php?error=incomplete');
    // exit();
    // }

    // if ($name == '') {
    // header('Location: contact.php?error=incomplete');
    // exit();
    // }


    //Send Mail

    $subject = "New message From ".$name;

    $sendmessage = "You have received a message from ".$name." at the contact address ".$clientmail."

    They said: //whats that?

    ------------------------------------

    ".$message."

    ------------------------------------

    This message was sent from MyWebsite.com
    ";

    mail($sendmail, $subject, $sendmessage);

    header('Location: contact.php?mail=sent');
    exit();

    }

    ?>
    Please see bold strings...

  2.   Sponsored Links

  3.     
    #12
    Member
    Website's:
    ImageUpload.ca DownloadTorrent.ca CapitalBank.ca Back-links.ca
    Yes, the first part is the inbox which will receive all of the mails.
    It is not uncommon to have problems sending from one server to another servers mailbox - so expect that eventually too.

    The second bold "They Said" is contained within a variable that will be displayed in the message you receive.
    This contact form will send you a message like this:


    You have received a message from (name input) regarding (subject input)

    They said:

    ------------------------------------

    (message input)

    ------------------------------------

    This message was delivered from MyWebsite.com


    50% Off Coupon: KWWHhalfoff || Backlink Affiliate Program: http://earn.back-links.ca

  4.     
    #13
    Member
    Website's:
    GoogleStore.org
    Let me implement and check...

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 30th Mar 2012, 04:22 PM
  2. Newsletter Box - Free PSD
    By Kr?niiK in forum Graphics Area
    Replies: 0
    Last Post: 7th Feb 2012, 08:02 PM
  3. form calculation script ?
    By MoWarez in forum Webmaster Discussion
    Replies: 3
    Last Post: 14th Dec 2011, 01:47 PM
  4. Email Newsletter Header
    By sarah1709 in forum Graphics Area
    Replies: 1
    Last Post: 18th Nov 2011, 04:16 PM

Tags for this Thread

BE SOCIAL