Answers for "php mail function not working on linux"

0

mail() function in php not working

CONFIGURE THESE SETUPS:

in your php.ini:
SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = [email protected]
sendmail_path = ""C:xamppsendmailsendmail.exe" -t"


in your sendmail.ini
smtp_server=smtp.gmail.com
smtp_port=587
error_logfile=error.log
debug_logfile=debug.log
[email protected]
auth_password=my-gmail-password
[email protected]
Posted by: Guest on July-08-2021

Browse Popular Code Answers by Language