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. Anil --- Bob Dodds <[EMAIL PROTECTED]> wrote: > Anilkumar wrote: > > Deal All & John, > > Now i am again struck. No i need list of E-mail > id > > in To, CC, and BCC. > > > # a single list-- > my @recipients = $transaction->recipients ; > > > if i get a single list then its good, individual > list > > is also okay. > > i also need subject of mail from plugin. > > > Any time you ask for headers, you might receive > more than one or a "list" i.e. array. > > my $subject = $transaction->header( 'Subject' ) ; > #or believe it or not > my @subjects = $transaction->header( 'Subject' ) ; > > please give me variable name for finding out these > and > > where to write the plugin to get proper values. > > John, Thanks in Advance. > > > > Anil > > > > > > > > > > > __________________________________________________________ > > > Enjoy this Diwali with Y! India Click here > http://in.promos.yahoo.com/fabmall/index.html > > > > > > __________________________________________________________ Enjoy this Diwali with Y! India Click here http://in.promos.yahoo.com/fabmall/index.html
