How to send mail using PHP?

前端 未结 7 1523
谎友^
谎友^ 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:35

    Zend_Mail of the Zend Framework does a very neat job with sending E-Mails!! You don't need to use the whole of Zend Framework, you can just use Zend_Mail!

    0 讨论(0)
提交回复
热议问题