Dear Matt,
  I found the command for getting all the e-mail id
from mail.

  my @recipients = $transaction->recipients;
  foreach my $recip (@recipients)
  {
     $user = $user . ", " . $recip->address;
  }
  $user = substr($user,2);
  my $size= @recipients;

$user will give me all the E-mail seperated by comma
and $size will give me total no of receipents.

Now i am working for finding the Subject.

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