Answers for "xampp php send email"

PHP
0

send email xampp

Go to C:xamppphp [mail function]

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

send mail using php mail function on localhost using xampp server

SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = [email protected]
sendmail_path = ""C:xamppsendmailsendmail.exe" -t"
Posted by: Guest on March-16-2021

Browse Popular Code Answers by Language