sending email in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • somaskarthic
    New Member
    • Aug 2006
    • 60

    sending email in php

    Hi

    In my php page i created an e-mail form. I used mail method to send an email.
    But it fails. Server platform - Fedora Core 4 linux. Does it requires to configure the web server as mail server , to send email through php code ? If so, how to configure ?

    Please post your replies
    somaskarthic
  • Robbo
    New Member
    • Aug 2006
    • 3

    #2
    Yes, you will need to install Sendmail and configure it to relay local mail (but do check it isn't an open relay).

    Comment

    • satees
      New Member
      • Sep 2006
      • 16

      #3
      Hi,

      you can use swiftmailer for better performance.
      Refer the following link:
      http://www.swiftmailer .org/

      Comment

      Working...