How to send email from local wamp server using PHP?

后端 未结 5 818
刺人心
刺人心 2020-11-30 06:35

I need to send email messages from my localhost.

I am using wamp server and my site is loaded on my own server, please could you suggest how to send emails using my

5条回答
  •  天命终不由人
    2020-11-30 07:08

    You can use the mail function in PHP. http://php.net/manual/en/function.mail.php

    As you are hosting it yourself, you have to check your internet provider smtp and update php.ini with it and that should work.

提交回复
热议问题