I am debugging the webform module and noticed that $node->webform['emails'] is blank in function webform_client_form_submit(). I have a single webform that isn't sending email under submission. Since mail is setup correctly (I created a small module with drupal_mail() that worked well), I am attempting to figure this out. Since this array is blank, webform won't traverse down the foreach to format and send an email. I also noticed that webform_emails database table is blank. I configured the webforms module with an email address. Any other things I could try? It seems that I may be the only one with this problem, which is a bad sign for me. Also, I receive no errors of any kind. Which is interesting, because there is no indication that the email sent out before going to the redirect. You may wish to verify the email was sent by checking the return value of drupal_mail or the MIME method call. Thanks for reading.

Comments

jefflane’s picture

Status: Active » Closed (fixed)

Emails tab wasn't visible. Once I reinstalled and removed all entries from various portions of the DB manually, fix was made.