Hi,
I want to send mail to multiple users through iwsend_mail.ipl file.
Am storing users id list into an array variable...want to pass this variable to the ipl..
If i pass this variable, the script sending mail to first two ids only.
How to send to all ids?
my(
@users) = __VALUE__('iw_users');
my $mail_target = $iwhome."/iw-perl/bin/iwperl ".$iwhome."/bin/iwsend_mail.ipl -t
@users";
Thanks,
Vens