Hi all,
I've installed the module "weform" and it's running perfectly, but the webform only sends e-mails to one address... I'm trying to write "xxx@xxxx.com , zzz@zzz.com" (separate with a coma) but it doesn't works...

Is it posible to send the form to two or three addresses?

joan

Comments

joancatala’s picture

anyone?

dlr’s picture

you can try to use the standard format (ie "mail1@acme.com,mail2@acme.ru") if your mailer (normaly drupal but can be overriden by a module like mimemail for exemple) use the standard php mail() function format (see http://fr.php.net/manual/en/function.mail.php, for more details) as webform use the drupal_mail() function.
Hope it helps
(i didn't try it)