Help me sending mail in php

Discussion in 'PHP' started by rajendragm, Sep 3, 2007.

  1. #1
    I am using Windows XP SP2

    Code is like this :
    <?php
    if ($_SERVER['REQUEST_METHOD'] == "POST")
    {
    $txtname = strip_tags($txtname);
    $txtid = strip_tags($txtid);
    $txtfb = strip_tags($txtfb);



    $sendto = "mooels@yahoo.com";
    $subject = "Simple";
    $message = "$txtname, $txtid, $txtfb";

    mail($sendto, $subject, $message);
    echo "Your feedback is sent";
    }
    ?>

    while running error will be displayed like this:

    "Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for mooels@yahoo.com in C:\www\WDC\wd-guide\send.php on line 14"
     
    rajendragm, Sep 3, 2007 IP
  2. Kuldeep1952

    Kuldeep1952 Active Member

    Messages:
    290
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Are you using php on Windows?

    Is it a Production server or a Test & Development server?
     
    Kuldeep1952, Sep 3, 2007 IP
  3. webrickco

    webrickco Active Member

    Messages:
    268
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    As Kuldeep1952 said, your code won't work on a local server, but would perfectly work on a server.
     
    webrickco, Sep 3, 2007 IP
  4. expressweb

    expressweb Banned

    Messages:
    169
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sure for having php works professionally it really needs a linux server test it there online
     
    expressweb, Sep 4, 2007 IP
  5. undir

    undir Peon

    Messages:
    696
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    is it working yet? or do you still need help?
     
    undir, Sep 4, 2007 IP
  6. kenzomanna

    kenzomanna Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i need one that can host mailier for me on php. please kindly tell me ur price.
     
    kenzomanna, Sep 4, 2007 IP
  7. webrickco

    webrickco Active Member

    Messages:
    268
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #7
    i am hosted at www.godaddy.com, sorry for advertising, but their prices are very cheap, and of course i can send mails :)
     
    webrickco, Sep 4, 2007 IP