Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

CODE:

------------------------------------------------
php.ini file

SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = mail@gmail.com
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
-----------------------------------------------------
sendmail.ini file

smtp_server=smtp.gmail.com
smtp_port=587
error_logfile=error.log
debug_logfile=debug.log
auth_username=mail@gmail.com
auth_password=yourpassword
force_sender=mail@gmail.com

You might also like