Hello Sir, Happy to write for you then Hope you are okay.
I had read many questions and answers related to this topic, Then I tried to do what I read but the result was nothing.
Where is the problem?
This my config.inc.php
[email]
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = “ssl://smtp.gmail.com”
smtp_port = 465
; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
smtp_auth = PLAIN
smtp_username = “mohamedbana2005@gmail.com”
smtp_password = “mypassword”
; Allow envelope sender to be specified
; (may not be possible with some server configurations)
allow_envelope_sender = On
What I can do to make it work ?
Any help will be useful.
My second question is : How I can find apache log file in windows?
Sending mail should be checked if there is mail server installed and which mail service you use. Please try to send test mails to some of your e-mail addresses. You can ask people on wamp forum how to do that.