e-mail address defined in Additional Processing does not receive email on submission
<?php
$node->additional_emails['custom'] = 'name@example.com';
?>
e-mail address defined in Additional Processing does not receive email on submission
<?php
$node->additional_emails['custom'] = 'name@example.com';
?>
Comments
Comment #1
quicksketchTo 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:
Comment #2
quicksketch