How to configure XAMPP to send mail from localhost?

后端 未结 11 2510
梦如初夏
梦如初夏 2020-11-21 05:17

I am trying to send mail from localhost. but i am unable to send the mail from localhost so can anybody tell me that how to reconfigure my xampp to send mail from localhost

11条回答
  •  梦谈多话
    2020-11-21 05:46

    in addition to all answers please note that in sendmail.ini file:

    auth_password=this-is-Not-your-Gmail-password

    due to new google security concern, you should follow these steps to make an application password for this purpose:

    1. go to https://accounts.google.com/ in security tab
    2. turn two-step-verification on
    3. go back to the security tab and make an App-password (in select-app drop-down menu you can choose 'other')

提交回复
热议问题