How to code for firing E-mail in PHP ??

Discussion in 'PHP' started by seofighter, Jul 16, 2010.

  1. #1
    Hi,,

    How to code in PHP for sending e-mail to any particular email-id with the description like name, company name, phone no etc. which the viewer will fill and once he click submit then a email is fired to the desired e-mail.
     
    seofighter, Jul 16, 2010 IP
  2. elisha24

    elisha24 Well-Known Member

    Messages:
    359
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    160
    #2
    its quite easy just use email function of php
     
    elisha24, Jul 16, 2010 IP
  3. sanhit

    sanhit Peon

    Messages:
    318
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I can do this for you, PM me in interested.
     
    sanhit, Jul 16, 2010 IP
  4. Rainulf

    Rainulf Active Member

    Messages:
    373
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #4
    Syntax, see this:
    mail(to,subject,message,headers,parameters)
    Code (markup):
    mail("somebody@example.com","TEH subject","what's up bro?");
    
    PHP:
     
    Rainulf, Jul 17, 2010 IP