Answers for "php mail in localhost wamp"

PHP
0

php mail in localhost wamp

1) Edit C:\wamp\sendmail\sendmail.ini:

smtp_server=smtp.gmail.com
smtp_port=465
[email protected]
auth_password=your_password
2) Edit php.ini and set sendmail_path

sendmail_path = "C:\wamp\sendmail\sendmail.exe -t"
Posted by: Guest on May-03-2020

Browse Popular Code Answers by Language