watchdog('mail',t('%name-from sent an e-mail at %form.',array('%name-from'=>theme('placeholder',$edit['name']." <$from>"),'%form'=>url($_GET['q'],NULL,NULL,TRUE))));
// Update user:
drupal_set_message(t('Your message has been sent.'));
// Jump to home page rather than back to contact page to avoid contradictory messages if flood control has been activated.