Reply to comment
Contact settings Hourly threshold does not work
While trying to test out the contact form, I ran against the threshold, so I decided to bump up the threshold, but I kept getting the following message.
Email Contact Form
You cannot send more than 3 messages per hour. Please try again later.
I looked at the email module, found the variable it was using. It was using a variable calle: email_hourly_threshold This variable wasn't even in my Drupal variable table. A google search later, I found http://drupal.org/node/134575 and made the change described therein.
It's fixed.
