sending mail without using mail()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saravanakumar
    New Member
    • Sep 2006
    • 11

    sending mail without using mail()

    Hi

    How to send email in php without using mail() ?
    Let me know the methods used to send intranet (local email) in php

    -
    somas
  • TheMadMidget
    New Member
    • Oct 2006
    • 98

    #2
    http://us3.php.net/manual/en/function.imap-mail.php

    But I would stick with mail().

    Comment

    Working...