How to send mail using PHP?

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

    Just check out "How to Send Email from a PHP Script". It uses the mail function to send mail and it further gives configuration for local and remote SMTP configuration too.

提交回复
热议问题