drupal 6 web form module allows a user to specify a "to" email address. but how can i change that "to" email adress programmatically.
for example: i have some nodes in the drupal 6 system, each node has an email address, when a person accesses that node (page), programm put that node's email address in a session variable, then when the person click a link on the node, the link will shows a web form.
at this point, when the person clicked submit button, i want the web form send a email to the node's email address (email address saved in a session variable).
thanks.