Sending email through a 3rd party smtp server.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • canstocker
    Junior Member
    • Mar 2004
    • 26

    #1

    Sending email through a 3rd party smtp server.

    Is it possible to write a php script to send email using a 3rd party smtp server?

    Dan.
  • james
    Senior Member
    • Mar 2004
    • 183

    #2
    Yes,

    I use the PHPMailer class. It's free, and has the option to use php's mail() function, or specify your own SMTP server.

    Comment

    Working...