e-mail address defined in Additional Processing does not receive email on submission

<?php
$node->additional_emails['custom'] = 'name@example.com';
?>

Comments

quicksketch’s picture

Category: bug » support

To make webform less likely to conflict with other modules, all webform properties have been moved to a single property. You can now access this property as:

$node->webform['additional_emails']['custom'] = 'name@example.com';
quicksketch’s picture

Status: Active » Closed (fixed)