Posted by samatech7 on March 20, 2013 at 7:00am
Hi all, i am just wondering what could be happening with the contacts module from drupal core and even webforms. Lately i realize there are no more posts from the contact us page of my site and several others. They seem not to come through.
Has some one faced the same? or anyone know why this could be happening?
Also i did a multi site installation of all the other sites i had in that hosting account. And an upgrade to Drupal 7.21. Even the sites that are still running drupal 7.12 face the same problem though they are on another host.
Any help? Thanks

Comments
Hey.There two things you
Hey.
There two things you need to look into;
1st, You need to make sure that the mail system of your hosting platform is functioning well.
2nd, there high chances that you were blocked for spamming. Checkout this out; http://www.spamhaus.org/
Tips
Have a look at the system log here; admin/config/development/logging
see if everything is okay
Install security updates.
Consider installing Mollom in case you where spamming http://drupal.org/project/mollom
Hi,thanks Benjamin, actually
Hi,thanks Benjamin, actually mails are received well on that platform and i have even checked with Spanhaus and everything is fine. I am just wondering, what am i to expect on admin/config/development/logging page? everything there seems normal and nothing out of the ordinary.
By the way this site has been running mollom all along. i first thought it was mollom i disabled it but still nothing is happening.
A great Journey begins with a step forward.
All you have to do on
All you have to do on admin/config/development/logging is to enable "All messages" under "Error messages to display" so you can view the logs and identify where problems could be coming from.
Here is what i suggest
Check on the site security ie permissions on the forms
Try using different site email address
Try using webforms to forward the posts to different email accounts.
Test if the mail system on the server is really working with your site. The easiest way is to create a new user and make sure an email is sent out.
Look up in the module's issues and see if there is someone with the same situation.