I have xmapp
installed on my system and I am using WordPress for my site. Now in WordPress I have used contact form 7 for the mail purpose and when I send mail from this form it give me error i.e. contact with your system administrator bla bla bla...
I have used wp mail SMTP
for this purpose and configure it with site properly
in my sendmail.ini
i have set the following :
smtp_server=pop.gmail.com
smtp_port=587
smtp_ssl=TLS
;default_domain=localhost
auth_username= noreply@bllsoft.com
auth_password= -------
hostname=localhost
and in my php.ini file i have set the following :
;SMTP =
;smtp_port = 25
; sendmail_from = noreply@bllsoft.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = "C:\xampp\sendmail\sendmail.exe -t -i"
all I have do to fix it but not getting the result that I want.
in wamp I have done the same settings and able to send mail from my localhost properly and I am happy with that.
Sometimes in xampp the mail send message comes but no mail received in my inbox, can anyone help me in this case
Thank you so much in advance.