I have webform running fine on drupal 5.1 and seems to be running fine. In the logs it shows each request is processed and is passing information correctly. Howevery I'm not receiving any e-mails.
I noticed this post http://drupal.org/node/108884 for 4.7. Could there be some similar problem on my system? All the other e-mail functions are working fine from other modules.

Is there a specific patch I need to install?

Any help would be appreciated,

Thanks,

Patrick

Comments

ashtonium’s picture

Title: emails not coming through » no emails ([None] and [Default] Mail Settings are switched)
Component: User interface » Code

I'm experiencing this issue as well.

I noticed that if you have a email field and are using that as your from address, the email does actually get sent. So I started looking into it some more and found out that if you select the [None] option it sends from the default webform address... so apparently the [None] and [Default] options are switched somewhere along the line.

In fact, this is true for all three of the select boxes in the "Mail Settings" fieldset of the webform node edit form (/node/[nid]/edit).

I selected [None] for all three of these and I received an email from the default email address, named with the default name, and using the default subject line.

scor’s picture

There is a patch for this particular email issue: http://drupal.org/node/152165

ashtonium’s picture

Status: Active » Closed (duplicate)

Thanks for the link, scor.
Marking this issue as a duplicate.