there's is problem with the webform module... It doesn't send e mail to request for the completion of the webform ....
is there a patch ?

Comments

criznach’s picture

What is your hosting environment? The webform module works great, so I'd suggest looking at your setup. Does the Drupal site-wide contact form work properly?

blipper1’s picture

When I say that I've forgottent my password, it sends nothing.
I've been suggested to install the SMTP module, but it seems to need the phpmailer module beacause of an error I read.

Now, there is an error when I send an e mail:

Fatal error: Cannot redeclare drupal_mail_wrapper() (previously declared in /var/www/modules/phpmailer/phpmailer.module:56) in /var/www/modules/smtp/smtp.module on line 675

I don't think that I should edit the code. Any help ?

blipper1’s picture

I installed phpmailer, unistalled the smtp module

phpmailer needed 2 more files baeucause some class.xxx.module were missing (something like this)
all was in the install instructions

now it's working thanks :)