How to send email from local wamp server using PHP?

后端 未结 5 822
刺人心
刺人心 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 06:58

    The mail() function usually doesn't work by default for things like WAMP. You will need to add details of your SMTP server to the php.ini file.

    Here is a nice tutorial: http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html

提交回复
热议问题