Trying to configure Xamp v3.2.2 to send email

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

Could not get fake sendmail to work
I have found another program called PHPMailer.
It can be found at https://github.com/PHPMailer
It took me a little work, but it started emailing for me as of today
For those of you who wish to see my test code please response back to this thread and I can see what I can do

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.