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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -