Sending Email with PHP code

Discussion in 'PHP' started by elearnindia, Jun 24, 2010.

  1. rix4real

    rix4real Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I need it, pls.

    send me a mail now.
    rix3341(at)yahoo(dot)com



    :eek:

     
    rix4real, Mar 4, 2011 IP
  2. property

    property Peon

    Messages:
    134
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    $subject="hi";
    $to="receivermail";
    $from="sender mail";
    $message="about msg";
    mail($to,$subject,$message,$from);
     
    property, Mar 5, 2011 IP