On 4 Nov 2005, at 13:11, Anilkumar wrote:
Deal All & John,
Now i am again struck. No i need list of E-mail id
in To, CC, and BCC.
if i get a single list then its good, individual list
is also okay.
i also need subject of mail from plugin.
please give me variable name for finding out these and
where to write the plugin to get proper values.
John, Thanks in Advance.
Pretty much these values will be in
$plugin->qpsmtpd->transaction->recipients (as Qpsmtpd::Address
objects), though you could go looking in the headers of the email - but
Bcc should never be seen, and To/CC may contain entries that aren't in
the list of local recipients (because they got delivered elsewhere).
Hard to say what you should look at without knowing what it is you want
to do.