mail function is not working in localhost server

后端 未结 2 1429
鱼传尺愫
鱼传尺愫 2021-01-18 07:52

I am on my localhost server. I am using this code below, but I never received the email.



        
2条回答
  •  长发绾君心
    2021-01-18 08:13

    I know its kinda late...

    check if your localhost is configured to send email

    On ubuntu terminal try executing following command

    # apt-get install sendmail
    

提交回复
热议问题