Answers for "how to configure xampp to send mail from localhost?"

1

send email xampp

Go to C:\xampp\php [mail function]

SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = [email protected]
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
Posted by: Guest on November-02-2020
6

how to use xampp localhost

cd my-project
php -S localhost:8000
Posted by: Guest on June-01-2021

Code answers related to "how to configure xampp to send mail from localhost?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language