Trying to configure Xamp v3.2.2 to send email
I receive no error messages and no email(s)
This is what I have in my php.ini File
[mail function]
; For Win32 only.
; http://php.net/smtp
;SMTP=localhost
; http://php.net/smtp-port
;smtp_port=25
SMTP=smtp.gmail.com
;smtp_port=587
sendmail_from = xxxxxx@gmail.com
sendmail_path = “"C:\xampp\sendmail\sendmail.exe" -t”
; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = me@example.com
This is what my sendmail.ini File looks like
; configuration for fake sendmail
[sendmail]
smtp_port=465
auth_username=xxxxxxx@gmail.com
auth_password=1234567
Thank You