Hi everyone,
I've been on my site (Osclass 8.0.1 with Tatiana theme) for about a month and until a few days ago everything worked fine. A few days ago I noticed that Osclass, in some specific functions, no longer sends me emails or better, it sends the email but the email doesn't arrive at destination. This only happens on form contact_post (item page) in osclass\oc-content\themes\tatiana\item.php and on form send_friend_post (item page) in osclass\oc-content\themes\tatiana\item-send-friend.php but not on form contact_post (user page) in osclass\oc-content\themes\tatiana\user-public-profile.php where the email is sent and manages to get to its destination.
I don't know what may have caused this "error" and I don't know where to put my hands. I tried to follow the code (for contact_post item page) but when I get to the function osc_run_hook('post_item_contact_post', $item) I can't figure out where the definition of this hook is and so I don't know how to test how it works.
If anyone could help me in any way you willI would be grateful. Thank you very much in advance to all.
Generally it's the problem of the mail server. Now, if you use some email services like gmail, hotmail etc. then a simple solution is to create an email account in your cPanel, like
[email protected] and then add a forwarder to it so that whatever email goes to that address will be forwarded to your external email in gmail or hotmail or whatever it is. Then put that '
[email protected]' (or whatever mail ID you created) in the
sites default email address field and no email will be missing. Why I am telling this, I have experienced an issue in one of my client's hotel booking website, which is, the emails sent from contact form is getting delivered to his gmail address but it is not getting delivered when a booking is made. It is a bug in the plugin I used for booking purpose. The company is working on it and they will issue a patch very soon but the bookings cannot wait. So I made this solution and everything is working fine since. But,
if the mail server of your host fails then nothing will work, as it happened in your case.