php - not receiving email after sending on localhost -


iam trying send account verification email localhost doesnt send. php.ini

  [mail function] smtp=smtp.gmail.com smtp_port=587 sendmail_from = [redacted]@gmail.com sendmail_path = "\"c:\xampp\sendmail\sendmail.exe\" -t" 

sendmail.ini

[sendmail]  smtp_server=smtp.gmail.com smtp_port=587 error_logfile=error.log debug_logfile=debug.log auth_username=[redacted]@gmail.com auth_password=[redacted] force_sender=[redacted]@gmail.com 


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -