在wamp服务器设置中为邮件功能配置写什么? [关闭]

I just installed wamp server. At the end of the installation, it is showing this window:

enter image description here

I am going to use gmail for mail in my project. I don't know what to write in this window. Please help.

For this you need to enter SMTP mail server and email you want to use (If you have any else you can click next). if you don't have any SMTP server set uped. php mail() will not work on your local server (WAMP)

SMTP server like :-

mail.mysite.com

email :-

youremail@email.com

You can also change these settings from your php.ini anytime

SMTP = mail.mydomain.com
smtp_port = 25
sendmail_from = postmaster@localhost

Change these settings with your settings