How to send mail using PHP?

前端 未结 7 1547
谎友^
谎友^ 2020-11-30 15:00

I\'m using Windows Vista OS. PHP, MySQL as the database and Apache web server.

I want to send notification to those who want to join in my site. But the problem is w

7条回答
  •  醉酒成梦
    2020-11-30 15:20

    I would recommend using the swiftmailer library, the project has very good documentation and is easy to use. It offers several advantages to using the default PHP mail() function aswell.

    http://swiftmailer.org/

提交回复
热议问题