Reputation: 944
I have installed OC and it's working fine but i am not receiving any mail when my customers send us email by using contact us form
/index.php? ... information/contact
I have tried both options (mail and SMTP) but result are nothing, can any one tell me there is any specific setting which i need or any other reason which blocking mails please share so that i can resolved this issue.
Here is a screenshot of my mail settings:
Upvotes: 1
Views: 3906
Reputation: 4987
The issue for me was that regular mails did come over, but just the contact form did not work. This only happened because my server would not send emails with a "From:" header in which the domain differs from the current host (website / spam exploit protection).
The solution can be found in this answer.
Upvotes: 1
Reputation: 1035
Go to admin panel
System->setting
You will find you store
in a list, click on the edit
, give your email id there.
Now you can get you customer mail.
Upvotes: 2
Reputation: 22941
Change '-F' to lowercase '-f' in your mail parameters. The format should be
[email protected]
Upvotes: 1