How to send mail using PHP?

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

    It looks that you dont have a mailserver installed. Apache or PHP are not sending mails for you. Php is registering functions for that but internally you have to configure a mail smtp server to do the actual sending.

    Check this post.

提交回复
热议问题