>  if ($var ==2)
>  {
>       foreach $email (@in)
>               {
>                       Then here is where I will send the mail.
>               }
>  
>  }
>  
>  
>  Why is this not working? 

Can you tell us a bit more about the problem.
Are there any error-messages, etc?
A bit more code would be helpfull. Especially
the part where @in is filled. Because if @in is
empty you won't send any mails.

cr

Reply via email to