Dear Matt,
  Thanks

  my @recipients = $transaction->recipients ;
  my $size= @recipients;
with these command i now get the answer 9 i.e total no
of e-mail id.

but i tied to access array like 

@recipients[0] or @recipients[1]
it give me error message like 

Qpsmtpd::Address=ARRAY(0x877532c)
=
so i am not able to get the receipents e-mail ids from
that array.

second i tried to access subject, but no sucess.

Please give me command for both.

Anil
--- Matt Sergeant <[EMAIL PROTECTED]> wrote:

> On 5 Nov 2005, at 05:46, Anilkumar wrote:
> 
> > what will i get
> >
> > my @recipients = $transaction->recipients ;
> >
> > suppose i am sending mail with
> > 2 id in To: field
> > 3 id in Cc: field and
> > 4 id in Bcc: field
> >
> > i want some logic to get the answer 9
> > and all the e-mail id.
> 
> Have you tried it yet? This will work, and will give
> you 9 addresses.
> 
> Matt.
> 
> 



                
__________________________________________________________ 
Enjoy this Diwali with Y! India Click here 
http://in.promos.yahoo.com/fabmall/index.html

Reply via email to